Archive for the ‘Project’ Category

JQuery Table Filter (jQuery 1.7+)

Posted: Saturday March 24th, 2012 in Javascript, jQuery, Project
I’ve created a system to filter the text of a TD within a table and, based in a specific algorythm, show only the desired TRs. It works with the following rules: Given a table with thead and tbody, jQuery Table Filter creates an input below all TDs of theads that automatically filters the content based [...]

Javascript Date Format

Posted: Friday February 17th, 2012 in Javascript, Project
Tags: ,

Searching the web I could not find a date formatter in javascript that could suit my needs. What I wanted was a way to parse / format any time trying not to implement all methods in the prototype of the Date object. Also choose freely the template to be used, allowing to write certain variables [...]