Making JavaScript/jQuery available in dynamically loaded content
Hi guys,
is there a way / what is the best way to make JavaScript/jQuery available in content that has been dynamically loaded using jQuery's "load" function? Of course I can just put JS Code in there, but it will be run first, so any objects (like functions or the Facebook API Connection) will not be known to code in there.
Any ideas? Thanks in advance