JQueryTools live?
Posted
by deryck
on Stack Overflow
See other posts from Stack Overflow
or by deryck
Published on 2010-03-24T16:29:05Z
Indexed on
2010/03/24
16:33 UTC
Read the original article
Hit count: 608
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.
© Stack Overflow or respective owner