added calendar icon to date fields
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:18:14 +0000 (14:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jan 2016 19:18:14 +0000 (14:18 -0500)
js/app.js
js/custom/pageSetup.js

index e1f6dbe..b47683f 100644 (file)
--- 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
         });
index ad473f2..9e99775 100644 (file)
@@ -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
         });