// Vendor Registration DOB input3_3
$( "#input_3_3" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});
$( "#input_4_6" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});
$( "#input_5_20" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});
// Vendor Registration DOB input3_3
$( "#input_3_3" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});
$( "#input_4_6" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});
$( "#input_5_20" ).datepicker({
- showOn: "button",
+ showOn: "both",
buttonImage: "http://jqueryui.com/resources/demos/datepicker/images/calendar.gif",
buttonImageOnly: true
});