Hi,
I'm looking into the jQuery plugin: http://www.grails.org/plugin/jquery
and as described in docs I have added:
to the layout.Code:<g:javascript library="jquery" plugin="jquery"/>
but this tag is rendered as:
instead of something like:Code:<script type="text/javascript" src="/timeorg/plugins/jquery-1.4.4/js/jquery/jquery-1.4.3.js"></script>
What am I missing?Code:<script type="text/javascript" src="/timeorg/js/jquery/jquery-1.4.3.min.js"></script>


Reply With Quote