jQuery: The Write Less, Do More JavaScript Library

Ticket #1933 (closed bug: fixed)

Opened 6 months ago

Last modified 6 months ago

jQuery.noConflict(true) not working

Reported by: AvengingAngel Assigned to: anonymous
Type: bug Priority: blocker
Milestone: 1.2.2 Component: event
Version: 1.2.1 Keywords: jQuery.noConflict(true) not working
Cc: Needs: Review

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

Change History

Changed 6 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed

Fixed in Rev [3857].

Note: See TracTickets for help on using tickets.