Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Multiple custom fields only showing one result › Reply To: Multiple custom fields only showing one result
February 17, 2022 at 5:52 pm
#36805
Participant
Sorry, I tried adding the class of the span to it but it hasn’t worked.
$(‘form’).on(‘blur’, ‘input[type=”text”], textarea, .asp_select2-selection__rendered’, function() {
$(this).val((i, value) => value.trim());
What am I missing?