cmoreira

force date picker to use jQuery noconflict.

Dec 27th, 2017
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function(){
  3. jQuery("input[data-original_id='checkin'],input[data-original_id='checkout']").datepicker({dateFormat: "dd-mm-yy"});
  4. });
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment