Changes between Version 1 and Version 2 of Ticket #8033, comment 2
- Timestamp:
- Jan 21, 2011, 5:45:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8033, comment 2
v1 v2 1 Hmmm, looks like the issue _does_ happen in recent versions of Prototype as well .1 Hmmm, looks like the issue _does_ happen in recent versions of Prototype as well (in IEs only) if Scriptaclous is also on the page. (pretty common) (when prototype and scriptaculous come first). 2 2 3 3 http://jsfiddle.net/dU7FB/3/ 4 4 5 5 The same fix of moving the jQuery window leak to the bottom works. The build process is the only thing that makes this nontrivial. 6 7 We created $.noConflict to allow people to work with these other libraries, and since the fix here is just switching where code is executed, it seems like a good faith effort to make things easy for everyone.