Hi,strange behavior, the app keeps getting random “$.confirm is not a function” errors when loading pages. If you do a ctrl-f5 it seems to load properly, doesn’t matter what page you can load page a and it works then go to another page and it doesn’t work, then go back to page a and they don’t load, but if you do a ctrl-f5 it loads the library, sometimes you need to do it 2-3 times, so not idea if its a timing issue or similarthe functions are wrapped as:
loadjs.ready("head", function() {
$.confirm({
code...
})
})the confirm is from a 3rd party library we use to display notification/alert dialogs from jquery-confirm.js. most of the functions are in the userfn.js file.the loads are in the global page_head
AddStylesheet(“css/jquery-confirm.min.css”);
AddClientScript(“js/jquery-confirm.min.js”);any suggestions appreciated