I’m trying to populate a date_picker
after the page loads with js (jQuery) but it’s not updating. What element should I be changing?
I tried
$('.acf-date_picker input.input-alt').val("11/01/2017").change();
I’m not seeing the change in the hidden field (.input-alt
) when I inspect it, nor is it visible on the screen.