Wait cursor over entire html page

If you use this slightly modified version of the CSS you posted from Dorward, html.wait, html.wait * { cursor: wait !important; } you can then add some really simple jQuery to work for all ajax calls: $(document).ready(function () { $(document).ajaxStart(function () { $(“html”).addClass(“wait”); }); $(document).ajaxStop(function () { $(“html”).removeClass(“wait”); }); }); or, for older jQuery versions … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)