https://community.skuid.com/t/update-page-load-snippet
I checked the previous support question that were answered including the above.
I would like to enable some UI only checkboxes upon page load from a REST data source.
I understand the Jquery page load event and can tinker with the HTML/XML. But I would prefer to use SKUID snippet like this:
(function(skuid) {<br />$('.nx-page').one('pageload',function(){ <br />alert("Page Loaded"); })
But don’t know where to call this snippet.
Any suggestions?