To fire a JQuery event after a web page is fully loaded use the $(window).load() handler. E.g. $(window).load(function () { // do stuff });.
確定! 回上一頁