Rails 3 Does Not Render Jquery Properly
i have https://github.com/tkrotoff/jquery-simplecolorpicker-rails and i have tried https://github.com/tkrotoff/jquery-simplecolorpicker in plain HTML and the plain HTML worked. I h
Solution 1:
I have it working using the following: Try change in your app/assets/javascripts/application.js
jQuery(document).ready(function(){
jQuery('#print_colorpaper').simplecolorpicker();
});
Post a Comment for "Rails 3 Does Not Render Jquery Properly"