Jquery plugins not working on ajaxed content
Posted
by user272899
on Stack Overflow
See other posts from Stack Overflow
or by user272899
Published on 2010-03-26T23:40:20Z
Indexed on
2010/03/26
23:43 UTC
Read the original article
Hit count: 843
I have some content that I am loading using jquery ajax. The content has jquery plugins attached (example a modal box).
My problem is that because the ajaxed content isn't part of the original dom it hasn't had the plugins applied to it.
How do I apply the plugins to ajaxed content??? Is there someway I can reinitialize i the plugins???
© Stack Overflow or respective owner