Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6449 closed bug (fixed)

jQuery 1.2.2b2 noConflict bug

Reported by: Fritz Owned by:
Priority: Milestone:
Component: core Version: 1.2.2
Keywords: noConflict Cc:
Blocked by: Blocking:

Description

I was working with the jQuery.noConflict() because prototype was also used and found that there was a bug in jQuery.js

On line 2272: $(document).triggerHandler("ready");

Should be: jQuery(document).triggerHandler("ready");

Jquery version 1.2.2b2

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.