Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-17-2009, 12:00 PM   PM User | #1
hashofer
New to the CF scene

 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hashofer is an unknown quantity at this point
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..
hashofer is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:42 AM.


Advertisement
Log in to turn off these ads.