Error when using CDN for jQuery

creenceapetle

New Member
Probably something obvious but I'm very new to jQuery and ajax overall. Environment - ASP.NETI referenced jQuery like so:\[code\]<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type="text/javascript"></script><script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.10.1/jquery-ui.min.js" type="text/javascript"></script> <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.10.1/themes/blitzer/jquery-ui.css" rel="stylesheet" type="text/css"/>\[/code\]When I start web project I get error popup:\[code\]Unhandled exception at line 4, column 10920 in http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js0x800a139e - JavaScript runtime error: Syntax error, unrecognized expression: img["data-over"]:eq(0)\[/code\]What am I doing wrong?
 
Back
Top