Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin causes massive problems when combining jQuery and Prototype #11

Open
jhob opened this issue Apr 13, 2010 · 0 comments
Open

Plugin causes massive problems when combining jQuery and Prototype #11

jhob opened this issue Apr 13, 2010 · 0 comments

Comments

@jhob
Copy link

jhob commented Apr 13, 2010

Hi there,

I just pulled some hair out over this problem. I discovered that stylish-select was causing problems when using jQuery and Prototype simultaneously (using jQuery's noConflict() method). This is due to two problems:
Firstly, this plugin uses the $ alias for the jQuery method, which may or may not refer to Prototype instead (I think it's conventional for plugins to use the full name?).
Secondly, this plugin adds to the Array prototype, which causes really major problems with Prototype for reasons beyond me (all event binding seems to stop working).

I hope this information is useful to somebody.

Joey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant