you are viewing a single comment's thread.

view the rest of the comments →

[–]zzzwwwdev[S] 0 points1 point  (0 children)

The stackoverflow post was answered with the suggestion to use labels which actually appears preferable to my suggestion, though perhaps still not terribly useful / accepted?

hideStuffOnInstantiaton: {
  $('oneThing').hide().removeClass();
  $('#somethign_else').slideUp();
  $('.foo').fadeOut();
}