When using the JQuery ajax to inject a page into another page, I lose
the script file access from that page.  I've tried reloading the
script using $.getScript but with the JQuery UI I get a stack overflow
on line 509.

Here is the code I use for getting the external file:
$.ajax({url: 'myfile.htm',cache: false,success: function(html)
{fncLoadContent(html);}});

Anyone have a way of making the scripts available to files loaded
through ajax?

thanks
^.^

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to