/ Published in: JavaScript
Testing if toggle has happened.
Expand |
Embed | Plain Text
var visible = $(this).next('div.info').toggle().is("visible"); if(visible){ alert("Hey! I've just showed up here!"); }
You need to login to post a comment.
