Created
January 6, 2018 10:31
-
-
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
This file contains 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
$("[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