onHide() type event in jQuery
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-05-18T13:57:02Z
Indexed on
2010/05/18
14:00 UTC
Read the original article
Hit count: 226
Does anyone know of an onHide() event or something similar in jQuery?
I tried:
$(this).bind('hide', function(){
console.log('asdasda')
})
But apparently that doesn't work.
© Stack Overflow or respective owner