Created
September 14, 2016 00:02
-
-
Save iamcanadian1973/f3aa8d52cf77dfc43ea52052e49ff79f to your computer and use it in GitHub Desktop.
Ajax Search Pro - ASP Results Show Callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CANNOT GET THIS TO WORK | |
$(".asp_main_container").on("asp_results_show", function(event, id, instance) { | |
// Console does not log anyhting | |
console.log(id, instance, phrase); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment