Bug Tracker

Modify

Ticket #4137 (closed bug: invalid)

Opened 4 years ago

Last modified 14 months ago

Visual Studio documentation bug

Reported by: ifland Owned by:
Priority: minor Milestone: 1.3.2
Component: unfiled Version: 1.3.1
Keywords: visual studio vs vsdoc Cc:
Blocking: Blocked by:

Description

Because the jQuery.support object is commented out in the 1.3.1-vsdoc.js (doc version 1.3.1a) file, Visual Studio isn't parsing it.

I found that commenting out all references to the support object seems to do the trick. (Most references to the support object are in "if" statements and I replaced them with "false" and left the rest of the code intact

Attachments

jquery-1.3.1-vsdoc.js Download (187.5 KB) - added by ifland 4 years ago.

Change History

Changed 4 years ago by ifland

comment:1 Changed 3 years ago by dmethvin

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

It sounds like you may be trying to use the vsdoc version for code execution; it's only meant for intellisense. Always use the standard versions of jQuery for actually running the code.

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.