SimpleModal plugin is causing jQuery conflict with Spring DWR
Posted
by DS
on Stack Overflow
See other posts from Stack Overflow
or by DS
Published on 2010-04-29T17:15:16Z
Indexed on
2010/04/29
17:37 UTC
Read the original article
Hit count: 534
Hi,
I'm using SimpleModal plugin (http://www.ericmmartin.com/projects/simplemodal/) for generating a simple modal dialog. Now the application I'm using this in had some previous code that uses Spring MVC - DWR Ajax framework. I believe it uses jQuery internally.
Now when I include the jQuery file in this project and use the plugin, the plugin works fine but it is breaking the existing AJAX implementations in the project (which I assume is because I'm including the jQuery file again.) How do I resolve this conflict?
© Stack Overflow or respective owner