|
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
|