joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

Built-in jquery conflicts with grails jquery plugin #96

Open AndersonQ opened 10 years ago

AndersonQ commented 10 years ago

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?