View Single Post
Old 11-07-2012, 07:04 PM   PM User | #4
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,366
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
I bet it's this line:
<script type='text/javascript' src='javascript/jquery.js'></script>

That's how I load my jquery library. Yours is going to be a whole lot different

Replace that line with this one:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

and things should work
sunfighter is online now   Reply With Quote