Skip to content

Instantly share code, notes, and snippets.

@wesgarrison
Created September 9, 2011 04:51
Show Gist options
  • Save wesgarrison/1205514 to your computer and use it in GitHub Desktop.
Save wesgarrison/1205514 to your computer and use it in GitHub Desktop.
$$('tbody .btn-disabled')
.each(function(element, index) {
element.up('tbody').hide()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment