我用过rails 4.0.0
还jquery rails 3.0.4
jquery.colorbox.js v 1.3.19
我有一个链接<%= link_to "Upload Image", edit_seller_banner_users_path, class: "photobox" %>
在js中
$('.photobox').click(function(e){
$(this).colorbox();
});
它向我显示了TypeError: $(...).live is not a function
萤火虫中的错误,并且链接重定向未打开颜色框...请帮助。