JQueryTools live?
- by deryck
I´m using JQuery Tools http://flowplayer.org/tools/ in one big project.
The issues is: When I load a page using ajax all this JQuery Tools stuff stop working. I know I have to re-bind the events or use jQuery.Live but I don´t know how to do this with JQuery Tools.
I need methods like
$(".element").overlay(...)
$(".element").tabs(...)
workin live after using jQuery.load() (Ajax)
Anybody know how to do this please?
Thanks.