Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Show results onload homepage › Reply To: Show results onload homepage
June 23, 2015 at 8:56 pm
#5084
Oh then, definitely that’s the problem. The script is trying to trigger a key-up event, which is not working of course.
So all you need to do is change line 16 of the code I’ve given you from:
$input.keyup();
to:
$($(“.promagnifier”).get(0)).click();
And that will trigger the icon click instead, which hopefully works 🙂
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)