Alignment

I’ve been having quite a time lately adjusting to this new life, priorities shifting all over the place, looking for a pattern to fall into, yet trying not to fall...

read on

jQuery checkbox goodness

I was working on a select all feature today and just wanted to share this with the world. (a.k.a. keep it for later) $(document).ready( function() { $('a#select_all').click( function() { $('input:checkbox').each(...

read on