Jquery ajax – jQuery Document Ready sometimes not executed
I have issues with jquery code in $(document).ready(function () {...}); sometimes not being executed when the page is loading. How can I force the function to be executed? Or force the code to await for the function to be finished…