Dan Shields wrote:
> Is there an issue in IE that won't let you put Javascript in content 
> that is pulled in via Ajax. I have a page that has a navigation menu 
> and when you click on any of the links it pulls an HTML page in with 
> Ajax. I am using the *Ajax History 
> <http://www.mikage.to/jquery/jquery_history.html> *plugin and in some 
> of the html files I am using some javascript. It works fine in Firefox 
> but in IE its like its not picking up the Javascript.
> ------------------------------------------------------------------------
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>   
I had a similar issue recently. What does the javascript that you load 
with the html via ajax do? It sounds like you may need to create a 
function out of the loaded javascript and then call the function in the 
ajax callback.

-Marshall

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to