Hi!<br>

I have a need to do something everztime 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.<br>
<br>I tried:<br>
<code>
var id=h.t.attr("id");
</code><br>
and<br>
<code>
$(h.t).attr("id");
</code><br>
but it doesn't work this way.
<br>
Can someone point me in the right direction, please?

Reply via email to