I'm working with a project that uses scriptaculous. I want to add some extra features and I found a jquery plugin that can help me with that. So to use the jquery plugin, I have to add jquery, but the project has scriptaculous. I will add the code that calls the plugin as inline script and will link to jquery and the jquery plugin. Should I expect any conflicts? Is it really bad to have 2 libraries, and is it known to normally break the code. The plugin requires that I study it first before I know how to use it exactly, so I thought I'd ask before learning it the hard way.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Enabling no-conflict mode in jQuery should help with any problems that may arise, though problems are unlikely. |
|||
|
|
|
It's not like it's never been done before. There's no reason for there to be any conflicts, ideally you can use both. However, you should consider if what was done in Scriptaculous can be done in jQuery so as to only have on lib. |
|||
|