I always used to copy a method to simulate a replaceAll with the javascript’s prototype, never thinking about speed. Now I decided to go and create a method by myself that do this and also allows you to ignore the case. The only bad thing (or not) is that you can’t use regex, just regular [...]
Archive for Tuesday March 27th, 2012
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 [...]