Bug Tracker

Modify

Ticket #4775 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

Problem in JQuery_intellisense at VS-08

Reported by: hashofer Owned by:
Priority: major Milestone: 1.3.2
Component: docs Version: 1.3.2
Keywords: intellisense Cc:
Blocking: Blocked by:

Description

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 [code]<script type="text/javascript" src="jquery-1.3.2.js"></script> code

To the page the Jquert intellisense Disappeared . What to do?

[code]

<script type="text/javascript" src="jquery-1.3.2.js"></script> <!-- Enough to delete this: "jquery-1.3.2.js" and the intellisense returns to work -->

<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

Change History

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

The vsdoc version is only to be used to prime the Intellisense in VS08; it's not for use on web sites.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.