I know hover() has default setting for handIn and handOut, but is there anyway I could detect slideUp and SlideDown inside SlideToggle?
Have code like this:
$("#divName").slideToggle(function(){//when slideUp, do something},
function(){//when slideDown, do something});
I tried this code but no luck, do you guys think this may sometimes make things a bit easier ?