Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Buttons to filter results by year › Reply To: Buttons to filter results by year
April 27, 2022 at 1:42 pm
#37655
Keymaster
Hi,
Well, that is intentional behaviour, you can maybe try this on the datepicker:
(function($){
$('.asp_datepicker').on('change', function(e){
ASP.api(1, 1, 'searchFor');
});
}(WPD.dom));