hi all
I'm using rails rjs, but I found it doesn't work, when I added "jquery.js" like this
<%= javascript_include_tag :defaults,'jquery.validate.min.js'%>
but when I changed it like this
<%= javascript_include_tag :defaults%>
It works, so weird! any helps? Thanks