How can I create a javascript alert from an inline snippet when a Skuid page has fully loaded, something like the below:
(function(skuid){
var $ = skuid.$;
$(document).ready(function() {
$(function(){
alert(‘test’);
});
})(skuid);
How can I create a javascript alert from an inline snippet when a Skuid page has fully loaded, something like the below:
(function(skuid){
var $ = skuid.$;
$(document).ready(function() {
$(function(){
alert(‘test’);
});
})(skuid);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.