Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
$(function(){ $('#loadingDiv').click(function(){ $(this).hide()}); //method1 $('a, button').not("a.dropdown, button.buttonFontSize").click(function(){ $('#loadingDiv').fadeIn(); }); $("form").on("submit", function(){ $('#loadingDiv').fadeIn(); }); }); //method2 //$(window).on('beforeunload', function() { // $('#loadingDiv').fadeIn (); //}); |
Place this code in Userview Builder > Settings > Sub Header
...