Many people have asked me in the #jquery channel on freenode how to find content within elements on a page using regex matching, so I figured I’d write a quick post on one of the ways I’ve done this. I initially wrote this code for a node app I wrote that uses cheerio to scrape content from… Read more »
jQuery tablesorter custom parser example to sort rows by column class name
Today I had a client that asked for me to take my “1” and “0” boolean values that were displayed in table columns and change them to pretty little Font Awesome check icons. Here’s a handy parser that I wrote to sort the rows based on the table column’s classname. I simply added class=”1″ or… Read more »