Works great but needs more flexibility
-
I edited the js file so I could have it work on the existing field name:
jQuery(document).ready(function($) { $('#YOURFIELDNAMEHERE').datepicker({ autoclose: true }); });
What I want now is to be able to have it work on multiple field names. Any idea how?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Works great but needs more flexibility’ is closed to new replies.