|
Problem in JQueryintellisense at VS-08
Hey people I have a bug in Jquert intellisense When I add the reference to the intellisense file "(jquery-1.3.2-vsdoc.js)" It worked But everything when I add To the page
[code]<script type="text/javascript" src="jquery-1.3.2.js"></script> /code
, the Jquert intellisense Disappeared . What to do?
[code]
________ <script type="text/javascript" src="jquery-1.3.2.js"></script>
<!-- when i delete this: "jquery-1.3.2.js" the intellisense returns to work ?????y-->
<asp:PlaceHolder runat="server" visible="false"> <script type="text/javascript" src="jquery-1.3.2-vsdoc2.js"></script> </asp:PlaceHolder>
<script type="text/javascript"> $(document).ready(function(){ $("#btn1").toggle(function(){ alert("Hay 1"); },function(){ alert("Hay 2"); }); }); </script>
/code I will be happy to receive help on this topic
Last edited by hashofer; 06-17-2009 at 12:06 PM..
|