Any ideas why jQuery fails when loaded into div externally?
Greetings,
I'm having an issue which on a broader scope, seems to simply be that jQuery stops working once code is loaded from an external source into a pre-existing page's div element.
Is there something I'm missing as this seems pretty straight forward but the only thing I can see in Firebug is there may be a cache issue as a page loaded WITH the code in it contains more cache elements (assuming the missing elements) then the same code placed into a div element.
Greater detail is here: http://forum.jquery.com/topic/jquery-animate-fails-when-code-is-piped-in-from-separate-file
Thank you in advance!