Load script before function
Posted
by andrei
on Stack Overflow
See other posts from Stack Overflow
or by andrei
Published on 2010-06-08T08:53:55Z
Indexed on
2010/06/08
9:02 UTC
Read the original article
Hit count: 205
I want to use a function on my html page but the content is delivered via ajax, how do I first load the script and then apply the function ? It won't work if I include the script in my . Also how can I use the jQuery .find() and and apply a function or modify the css for content that has been delivered after the page has loaded ?
© Stack Overflow or respective owner