Ruby On Rails Notes
Pages
Home
Wednesday, 9 April 2014
If Datepicker does not Focus on input feild
$(document).on("focusin",".datepicker", function () {
$(this).datepicker({
dateFormat: "dd/mm/yy",
changeMonth: true,
changeYear: true,
onClose: function () { $(this).valid();}
});
});
1 comment:
Unknown
11 April 2014 at 06:44
i was stuck in the problem. thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
i was stuck in the problem. thanks
ReplyDelete