Skip to content

Instantly share code, notes, and snippets.

@iakio
Created September 8, 2012 10:05
Show Gist options
  • Save iakio/3673171 to your computer and use it in GitHub Desktop.
Save iakio/3673171 to your computer and use it in GitHub Desktop.
var formTable = $(".category-32, .category-33, .category-34")
.find("table.entryFormTable");
$("tr:eq(3), tr:eq(4), tr.detail-fade", formTable).css(
"display", "none"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment