[Solved] Twitter bootstrap datepicker is not working in rails
[ad_1] Add //= require_self to application.js this includes its own file contents too. This has to be done explicitly. also keep the application.js formatted //= require jquery //= require jquery_ujs //= require bootstrap //= require bootstrap-datepicker //= require picker //= require_tree . //= require_self $(function() { $(‘#dp5’).datepicker() }); // Do not keep bank spaces between … Read more