Skip to content

Instantly share code, notes, and snippets.

@antislice
antislice / table-row-filter.js
Last active June 28, 2017 05:45
Filtering table rows w/ jquery, and updating the "selected" style on the filter labels
// Filter Row Script
// ........................................
$('.sidebar a').on('click', function(e){
e.preventDefault();
var condition = $(this).data('filter');
//get all trs from tbody
var trs = $(".main-messaging-content").find("tbody tr");
trs.hide();
@antislice
antislice / github_issue_colors
Created June 18, 2014 02:55
hex codes for github issue colors.
d4c5f9
e11d21
eb6420
fbca04
009800
006b75
207de5
0052cc
5319e7