Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in Rev [3857].