Adding custom JS for datepicker
-
Hi,
Thank you for your great plugin. It is more convenient to add custom field in woocommerce product.
I have a question about how can I edit the minDate for each datepicker by id.
I tried to add below code in footer but it was unable to execute my js after ready.
jQuery(document).ready(function(){ jQuery( "#pickup_date" ).datepicker( "option", "minDate", "+5d" ); });
So, I am wondering if you have any advise for me to do it correctly?? Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding custom JS for datepicker’ is closed to new replies.