|
Update content dynamically with QTip and jQuery
|
|
27th July, 12:44
Post: #1
|
|||
|
|||
|
Update content dynamically with QTip and jQuery
Hi,
I have a initial JSP page which sports some boxes(seperate div elements), on mouseover of this boxes I am showing a tooltip. The content of this tooltip is another JSP page(same for all boxes but different data). How can I load fresh content every time mouseover happens? Also in the below code : $("jqueryselector").qtip({ content: { url: 'localcontent.html', data: { id: 5 }, method: 'get' } }); How can I get data in the url page, if it is a JSP with few functions? Thanks, Dhanya |
|||
|
28th July, 21:07
Post: #2
|
|||
|
|||
|
RE: Update content dynamically with QTip and jQuery
dhanya, try using the onShow callback to get the data instead:
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
24th November, 10:05
Post: #3
|
|||
|
|||
|
RE: Update content dynamically with QTip and jQuery
This above example is not working for me
.... I get a Firebug warning of "this.elements.content.post is not a function" - any ideas?
|
|||
|
24th November, 17:05
Post: #4
|
|||
|
|||
|
RE: Update content dynamically with QTip and jQuery
Might need to surround the content elem in a $()
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help





.... I get a Firebug warning of "this.elements.content.post is not a function" - any ideas?