Opened 15 years ago
Closed 15 years ago
#1933 closed bug (fixed)
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
Note: See
TracTickets for help on using
tickets.
Fixed in Rev [3857].