Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#20 closed bug (fixed)

[jQuery] Not compatible with Prototype 1.5 ???

Reported by: benx.shen@… Owned by:
Priority: major Milestone: 1.0
Component: core Version: 1.0
Keywords: Cc:
Blocked by: Blocking:

Description

Window.js (http://prototype-window.xilinus.com/) is a window widget component based on Prototype.js. When I put jquery.js with these scripts, the browser shows me the script error.

I find out the Prototype 1.5 $() returns Element.extend(document.getElementById(id)). Prototype extends DOM object some utility functions, but jQuery overrides and returns document.getElementById(id) simply. This conflicts with Prototype.js.

Change History (2)

comment:1 Changed 17 years ago by john

Resolution: fixed
Status: newclosed

Resolved in SVN.

comment:2 Changed 17 years ago by john

Milestone: 1.0
Version: 1.0
Note: See TracTickets for help on using tickets.