Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery working in Firefox, not in IE Re: Jquery working in Firefox, not in IE

#73519
Kenneth
Member

Ok, solved it. Beginners mistake and a very stupid one

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"</script&gt;

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script&gt;

See the difference between the two lines? Forgot the closing tag :oops: