Side navigation
#1933 closed bug (fixed)
Opened November 15, 2007 09:02AM UTC
Closed November 19, 2007 04:16PM UTC
jQuery.noConflict(true) not working
Reported by: | AvengingAngel | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.2 |
Component: | event | Version: | 1.2.1 |
Keywords: | jQuery.noConflict(true) not working | Cc: | |
Blocked by: | Blocking: |
Description
jQuery.noConflict(true) is not working because of line 2211 in jQuery.js
The firefox say the error is ( $ is not a function. )
$ has lost its ref because of the reverting in jQuery.noConflict(true)
The error is on the last(line 456) line in event.js revesion 3825
Attachments (0)
Change History (1)
Changed November 19, 2007 04:16PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in Rev [3857].