Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //==============================================================//
- // setFormatDate("requestDateStartSrh", 3);
- // $('#requestDateStartSrh').datepicker({
- // language: 'th-th',
- // autoclose: true,
- // orientation: "auto",
- // format: "dd/mm/yyyy"
- // });
- // $('#requestDateStartSrh').change(function () {
- // if($(this).val().length >= $(this).attr('maxlength'))
- // {
- // setTimeout(function () {
- // var e = $.Event('keyup.tab');
- // $('#requestDateStartSrh').focus();
- // $('#requestDateStartSrh').trigger(e);
- // }, 1);
- // }
- // });
- //==============================================================//
- // setFormatDate("requestDateStopSrh", 3);
- // $('#requestDateStopSrh').datepicker({
- // language: 'th-th',
- // autoclose: true,
- // //orientation: "auto",
- // format: "dd/mm/yyyy"
- // });
- // $('#requestDateStopSrh').change(function () {
- // if($(this).val().length >= $(this).attr('maxlength'))
- // {
- // setTimeout(function () {
- // var e = $.Event('keyup.tab');
- // $('#requestDateStopSrh').focus();
- // $('#requestDateStopSrh').trigger(e);
- // }, 1);
- // }
- // });
- //==============================================================//
Advertisement
Add Comment
Please, Sign In to add comment