CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   Problem in JQueryintellisense at VS-08 (http://www.codingforums.com/showthread.php?t=169422)

hashofer 06-17-2009 12:00 PM

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


All times are GMT +1. The time now is 06:30 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.