Ticket #7636 (closed feature: invalid)
jquery-1.4.1-vsdoc.js apparently has the support section commented.
| Reported by: | f_cavaco@… | Owned by: | f_cavaco@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi guys
probably being naive here but have lost at least a day trying to have a lightbox jquery script working only to find out that the reason I couldn't get opacity working on my dev environment was due to the section (support) on above script (to add intelisense to MS VS) being commented out. ??!!
Change History
comment:1 Changed 2 years ago by rwaldron
- Owner set to f_cavaco@…
- Status changed from new to pending
comment:2 Changed 2 years ago by addyosmani
- Status changed from pending to closed
- Resolution set to invalid
Please note the following comment from this VSDOC release (shown at the top of the file):
/*
- This file has been commented to support Visual Studio Intellisense.
- You should not use this file at runtime inside the browser--it is only
- intended to be used only for design-time IntelliSense. Please use the
- standard jQuery library for all production use. *
- Comment version: 1.4.1a */
from the sounds of what you've described, you're actually loading up the VSDOC version of jQuery, rather than the standard version in your dev environment for the code that you are running. Note that as per what has been described in the above comments you *should not* use VSDOC in a dev or production environment when testing out your jQuery code. It should only be used for intellisense purposes within your MSVS environment.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I don't use MS VisualStudio, but I think it would be a fundamental flaw in design if it was using the IntelliSense vs doc hint file as the actual application code.