From: Anthony Talarico Date: Tue, 5 Jan 2016 19:18:14 +0000 (-0500) Subject: added calendar icon to date fields X-Git-Tag: v1.0.0^2~140 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0ce9ad20c1f12213e8513ea2e3e09cb57e736a14;p=WP-Themes%2Fotsego.git added calendar icon to date fields --- diff --git a/js/app.js b/js/app.js index e1f6dbe..b47683f 100644 --- a/js/app.js +++ b/js/app.js @@ -31,17 +31,17 @@ $(document).ready(function () { // 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 }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index ad473f2..9e99775 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -22,17 +22,17 @@ $(document).ready(function () { // 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 });