I used datepicker in calendar it shows perfect but not shows the arrow button to change month. and also give error sometimes like this:
ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_ef8c08_256x240.png")
datepicker.js
$(document).ready(function(){
$('[data-behaviour~=datepicker]').datepicker();
});
css link
sorry for too long question and tell me if i miss something.
Big thanks in advance
Edit: I observed that when i delete the public/assets directory and then enter rake assets:precompile this time error is not showing but arrow still is not showing.