开发者

Load an HTML Page Within qTip Tooltip

开发者 https://www.devze.com 2023-02-05 02:36 出处:网络
Im trying to load a simple html page, instead of a youtube video, using the code from th开发者_如何转开发is page:

Im trying to load a simple html page, instead of a youtube video, using the code from th开发者_如何转开发is page:

http://craigsworks.com/projects/qtip/demos/content/youtube#

How would i edit this code to just load a page called MyCustomPage.html?


Use

content: {
    ajax: {
        url : 'a url'
    }
}

to load a webpage. Here is the demo.

0

精彩评论

暂无评论...
验证码 换一张
取 消