asp_results_show broken Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › asp_results_show broken This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by Ernest Marcinko. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 7, 2021 at 2:53 am #35884 tpuell42Participant after updating to 4.21.6 asp_results_show no longer triggers… please help December 7, 2021 at 10:36 am #35895 Ernest MarcinkoKeymaster Hi, I just tested, and it executes correctly. I also checked your custom code directly, and that applies as well, it is surely executed: https://i.imgur.com/iQ6kk7v.png The hover event is triggered: https://i.imgur.com/K7s97vU.png December 16, 2021 at 12:21 am #35970 tpuell42Participant I am sorry fo the delay; I had to fix something else first, but I do not see this triggering, nor executing my code. Please take another look: https://www.sublime.wine/winesearch/ via https://www.sublime.wine/wordpress/wp-content/themes/sublimewine/js/winesearch.js is supposed to trigger an alert(“hello”); — I commented out everything else for clarity–but it isn’t… I thought it was perhaps a sequencing issue and tried putting the script in the footer underneath everything else instead, but that didn’t work either. Any help would be appreciated. Thank you, Tania December 16, 2021 at 10:02 am #35973 Ernest MarcinkoKeymaster Oh okay, I see the issue now. The code is not correct, you are executing the event on the document handler, while it should be on the search container: jQuery(".asp_main_container").on("asp_results_show",function(event, request, settings) { alert("hello"); }); This will work. December 16, 2021 at 8:54 pm #35986 tpuell42Participant Egh. I don’t even know how that happened or why I didn’t see it! Thank you!! Tania December 17, 2021 at 10:09 am #35989 Ernest MarcinkoKeymaster You cannot access this content. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In