Side navigation
#5053 closed bug (invalid)
Opened August 14, 2009 07:07PM UTC
Closed November 18, 2009 01:58AM UTC
jQuery.fn["ajaxStart"] and other related functions are incorrectly defined
Reported by: | vlastimil | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the file "jquery-1.3.2-vsdoc2.js" there are wrong definitions for
jQuery.fn["ajaxStart"]
jQuery.fn["ajaxStop"]
...
..
jQuery.fn["ajaxSend"]
The file "jquery-1.3.2.js" has correct code..
Attachments (0)
Change History (1)
Changed November 18, 2009 01:58AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
The vsdoc version is only for use with Visual Studio Intellisense, so it isn't suitable for use at runtime.