Safari date fallback not working.
-
Hi there,
I am trying to use your fallback code in my
functions.php
to fix the date issue with Safari.I am adding
add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
as per the documentation but it isn’t actually doing anything in Safari, it’s just throwing errors in the console:
jQuery.Deferred exception: $(this).datepicker is not a function. (In '$(this).datepicker({dateFormat:'yy-mm-dd',minDate:new Date($(this).attr('min')),maxDate:new Date($(this).attr('max'))})', '$(this).datepicker' is undefined)
.Can you please advise me on how to resolve this.
Look forward to hearing from you!
Thanks,
Jack
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Safari date fallback not working.’ is closed to new replies.