This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Multiple custom fields only showing one result

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

#36805
samgardinersamgardiner
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?