source: trunk/grails-app/views/common/_jquerysetup.gsp @ 92

Last change on this file since 92 was 92, checked in by duh, 14 years ago
  • added sample template data in bootstrap
  • upgraded jQuery
  • improved study capture wizard
  • fixed selenium test
File size: 734 bytes
Line 
1<link rel="stylesheet" href="${createLinkTo(dir:'css/jquery-ui', file: 'jquery-ui-1.7.2.custom.css')}"/>
2<!--
3  we'd rather like to use this tag, as this tag uses the proper jquery version
4  as maintained by the jquery plugin. However, nimble is conflicting at this
5  moment and tries to fetch jquery from it's plugin resource location (which
6  you can see in the HTML rendered version of this layout in the nimble views.
7  So for now we will use the hardcoded javascript tag instead and comment out:
8  <g:javascript library="jquery" />
9  @see http://jira.codehaus.org/browse/GRAILSPLUGINS-1658
10  @see http://github.com/intient/nimble/issues#issue/55
11//-->
12<script type="text/javascript" src="/gscf/js/jquery/jquery-1.4.js"></script>
Note: See TracBrowser for help on using the repository browser.