How to include jquery.js in Grails?

后端 未结 10 2247
北海茫月
北海茫月 2021-02-05 06:50

I have a Grails 2.0.0 project that was created using grails create-app. In my HTML and GSP files, I\'m trying to include jquery.js. I\'ve tried all of

10条回答
  •  旧时难觅i
    2021-02-05 07:08

    Apparently needs to be included in (after ). The following actually works:

    <%@ page contentType="text/html;charset=UTF-8" %>
    
      
        Simple GSP page
        
        
      
      
        Place your content here
      
    
    

提交回复
热议问题