Hi there,
I’ve just released version 1.4.2.1 of the Grails jQuery-plugin.
Change jQuery-version
Sometimes you need an older version of jQuery but you also want to take the advantage of grails build-in AJAX-tags.
Since 1.4.2.1 you can specify the following in your application Config.groovy-file:
jquery {
sources = ‘jquery’ // Holds the value where to store jQuery-js files /web-app/js/
version = ’1.4.1′ // The jQuery version in use
}
sources Specifies the folder underneath web-app/js where the jQuery-lib should be\\
version Specifies the version of the lib
The settings above will result in js/jquery/jquery-1.4.1.min as location
Changelog:
* Applied: GRAILSPLUGINS-1919
* Applied: GRAILSPLUGINS-2056
* Added jQuery 1.4.2Designed by Tim Sainburg from Brambling DesignDesigned by Tim Sainburg from Brambling Design
Recent Comments