javascript - Crossrider extension, ready code do not run -


i started using crossrider, actuly have registered self

/************************************************************************************ page code. appapi.ready() code block executed on every page load. more information please visit our docs site: http://docs.crossrider.com *************************************************************************************/  appapi.ready(function($) {      // place code here (you can define new functions above scope)     // $ object extension's jquery object      alert("my new crossrider extension works! current page is: " + document.location.href); }); 

and not alerts me when page loads.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -