Link to home
Start Free TrialLog in
Avatar of Computer Guy
Computer Guy

asked on

JavaScript Error

What does this mean?

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; Creative AutoUpdate v1.40.03)
Timestamp: Mon, 7 Nov 2011 11:14:09 UTC


Message: 'jQuery' is undefined
Line: 10
Char: 1
Code: 0
URI: http://www.mydomain.com/events/ajax/js/ajaxpopform.js


ajaxpopform.js
ASKER CERTIFIED SOLUTION
Avatar of stergium
stergium
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kiran Sonawane
Add below script in head tag : first line within head tag of your web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
it probably because jquery is not defined, add it and try again

it will be helpful if you will provide the link that you want to fix
If you have trouble finding it you can copy paste your header code of your page.