Advertisement
Guest User

Untitled

a guest
May 6th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $(function() {
  2. $('body').on('blur','.date_field', function(e) {
  3. $(this).datepicker({dateFormat: 'yy-mm-dd'}).focus();
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement