Hi,
I'm in the middle of the development of an app that use heavily AJAX for navigation purposes. My problem came when I tried to use the tooltip functionality of jquery tools library (and history too). Of course, the first time I access the page, it works great. The problem comes when loading another section via AJAX.
What I did to make it work is set up an AJAX Complete Handler (ajaxComplete) and call there to the code that sets up the tooltips.
Is this ok? What problems would I have using this approach?
Thanks!
I'm in the middle of the development of an app that use heavily AJAX for navigation purposes. My problem came when I tried to use the tooltip functionality of jquery tools library (and history too). Of course, the first time I access the page, it works great. The problem comes when loading another section via AJAX.
What I did to make it work is set up an AJAX Complete Handler (ajaxComplete) and call there to the code that sets up the tooltips.
Is this ok? What problems would I have using this approach?
Thanks!
