#7636 closed feature (invalid)
jquery-1.4.1-vsdoc.js apparently has the support section commented.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
Owner: | set to f_cavaco@… |
---|---|
Status: | new → pending |
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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.
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.