KickstartWithBootstrap icon indicating copy to clipboard operation
KickstartWithBootstrap copied to clipboard

Built-in jquery conflicts with grails jquery plugin

Open AndersonQ opened this issue 10 years ago • 0 comments

The built-in jQuery conflicts with the jQquery included in the app by the jQuery plugin. And the solutions such as jQuery.noConflict() does not work properly. It solves to some functions, but breaks others. I can't use modals activated by js and the datapicker together.

Wouldn't be better Kickstart require grails the jQuery plug-in instead of add its on version? How could I remove this built-in jQuery provided by Kickstart?

AndersonQ avatar Oct 17 '14 15:10 AndersonQ