$(window).unload(function() { if(event.clientY < 0) { //do whatever you want when closing the window.. } }); JQuery UI may be useful for you - see this link ...
確定! 回上一頁