[jQuery] window close function >_

2009-09-29 Thread -JD-
Al cerrar una pagina necesito llamar a otra para poder hacer algunos cambios en mi DB. Intenté con esto: $(window).unload( function () { alert("Bye now!"); } ); pero solo quiero q haga al momento de cerrar no de recargar la pagina. Eh estado buscando scripts pero n

[jQuery] window close

2008-11-23 Thread Debby
Hi all, On click of hyperlink, i am cerating one popup which is under one div having class but no id. On click of "close window" hyperlink in the popup i want to hide this popup. But not able to hide this. I tried this, but not working $(this).parent('.popup_window_wrapper').css({'display':'none