allan
Newbie
Posts: 1
Registered: 4/22/2006
Location: virginia
Member Is Offline
|
| posted on 4/22/2006 at 02:20 AM |
|
|
AJAX
I am wondering how this great script may be restructured for more dynamic use with AJAX?
I am not JS expert by any means, it appears that all the 'text' to be displayed is set up in the intialization / constructor
I'd like to feed in 'text' that will change on the call to onmouseover
I could try to do the work and pass it back, if someone wants to point me right direction.
The tooltip scripts from these folks do this dynamic action, but they are not free
http://www.dyn-web.com/dhtml/tooltips/
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/22/2006 at 02:31 AM |
|
|
For best browser compatibility the current impementation of the script doesn't use dynamic update of the hints' HTML code. The component will have
to be recoded using createElement/innerHTML (html elements created/updated after the page is loaded) instead of document.write method (html elements
created at the page loading and not updated). We plan to do that, but the release date is not set.
|
|
|