Hi!


I have a need to do something everytime jqModal window is closed.
Reading documentation revealed that I could use onHide callback.
Calling this function works correctly but I need to retrieve id of the
element that triggered jqModal in it and I don't know how to do it.

I tried:


var id=h.t.attr("id");

and


$(h.t).attr("id");

but it doesn't work this way.

Can someone point me in the right direction, please?
-- 
View this message in context: 
http://www.nabble.com/jqModal-and-triggering-DOM-element-tp14256207s27240p14256207.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to