Side navigation
#7636 closed feature (invalid)
Opened November 26, 2010 02:23AM UTC
Closed November 26, 2010 05:59AM UTC
Last modified March 13, 2012 10:40PM UTC
jquery-1.4.1-vsdoc.js apparently has the support section commented.
Reported by: | f_cavaco@hotmail.com | Owned by: | f_cavaco@hotmail.com |
---|---|---|---|
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. ??!!
Attachments (0)
Change History (2)
Changed November 26, 2010 03:05AM UTC by comment:1
_comment0: | 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 actually application code. \ \ → 1290740729579073 |
---|---|
owner: | → f_cavaco@hotmail.com |
status: | new → pending |
Changed November 26, 2010 05:59AM UTC by comment:2
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.