4
votes
5answers
88 views
+50
getScript jQuery path not working / Ruby on Rails
I've got a jQuery function that is called after a doubleclick on a list item.
app/assets/javascripts/tile/tile.js
$('#list > li').dblclick(function(){
// styling
...