Skip to content

Instantly share code, notes, and snippets.

@shmdhussain
Created January 6, 2018 10:31
Show Gist options
  • Save shmdhussain/779ebba92c6993045c9d052c32a983a4 to your computer and use it in GitHub Desktop.
Save shmdhussain/779ebba92c6993045c9d052c32a983a4 to your computer and use it in GitHub Desktop.
SNA-cms-get the dom ready SNAP object, execute this in console and get which SNAP.xxx is triggered when page is initializing
$("[data-sna-ready]").each(function(i,t){
console.group("data-sna-ready"+i);
console.log($(t).data('sna-ready'));
console.groupEnd("data-sna-ready"+i);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment