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.
精彩评论