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 had swapped the code from the HTML to the one in rails but all my jquery functions does not work at all. The file colorselect.js $(function(){ $('#print_colorpaper').simplecolorpicker(); }); colorpaper.html.erb <%= f.select(:colorpaper, Print::MY_COLORS, :selected => '#fbd75b') %> the only thing i see in rails is the