I saw jquery.ajaxsearchpro.js
} else {
// The method is not important, just send the data to memorize settings
asp_submit_to_url(url, 'post', {
np_asid: $this.o.id,
np_asp_data: $('form', $this.n.searchsettings).serialize()
}, _loc);
}
But i’m not using the legacy javascript source.
The only js files loaded are :
/wp-content/plugins/ajax-search-pro/js/min/plugin/shared/async-css.js
/wp-content/plugins/ajax-search-pro/js/min/external/jquery.select2.js
/wp-content/plugins/ajax-search-pro/js/min/external/isotope.js
/wp-content/plugins/ajax-search-pro/js/min/plugin/merged/asp.js
Thank you