Skip to content

Instantly share code, notes, and snippets.

@iamcanadian1973
Created September 14, 2016 00:02
Show Gist options
  • Save iamcanadian1973/f3aa8d52cf77dfc43ea52052e49ff79f to your computer and use it in GitHub Desktop.
Save iamcanadian1973/f3aa8d52cf77dfc43ea52052e49ff79f to your computer and use it in GitHub Desktop.
Ajax Search Pro - ASP Results Show Callback
// 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