开发者

Load an HTML Page Within qTip Tooltip

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜