Side navigation
#6449 closed bug (fixed)
Opened April 16, 2010 01:53PM UTC
Closed June 29, 2010 03:34AM UTC
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
Attachments (0)
Change History (1)
Changed June 29, 2010 03:34AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |