Sunday, 1 September 2013

How to use jquery 1.9.1 instead of jquery 1.4

How to use jquery 1.9.1 instead of jquery 1.4

I am using rails 3.2 and default jquery is using is 1.4 but I want to use
default jquery 1.9.1, How can I do it.
I have tried
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "http://code.jquery.com/jquery-1.9.1.js" %>
<%= javascript_include_tag "http://code.jquery.com/ui/1.10.3/jquery-ui.js" %>

No comments:

Post a Comment