On Jan 29, 2009, at 12:27 PM, amuhlou wrote:


Have you tried linking directly to the jquery code stored by google?
Your first script tag would be <script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/
jquery.min.js"></script>

If your code works when you use that, then it's a problem with how
you're trying to access the jquery file.

On a side note, your html appears to be somewhat malformed... you have
an extra <html> tag above the doctype declaration and the <title></
title> should appear inside the <head> tag.


Another thing to do is use Firebug with Firefox and see if any errors are reported in the console.

--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com

Reply via email to