I'm having an onclick action to perform this function:
$('#generalMenu').stop(true, true).toggleClass('slideLeft', 1000)
and the slideLeft does slide when the toggleClass has addClass mode on it, but not on removeClass - how could I make it work for both?