Modify ↓
Ticket #3079 (closed bug: duplicate)
jquery version 1.2.6 conflict with prototype
| Reported by: | jozsef | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | Cc: | jozsef | |
| Blocking: | Blocked by: |
Description
I've discovered that the latest version(1.2.6) of jquery has a conflict with prototype. After using the jQuery.noConflict method the error has gone but the jquery was not working.So I replaced this version of jquery with an older one (1.2.3) and it works now (of course with jQuery.noConflict).
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.

It's not about noConflict. jQuery 1.2.6 has some issues specifically with the effects.js module of scriptaculous. It's not something we will change for now, as it's not a coding problem on our side. We might add a patch on 1.3 for this.
Check the google group jQuery(English), some people modified effects.js and fixed the problem.