Tag Archives: JavaScript

Handy jQuery Plugin for Aligning Height

Update: Folks over at css-tricks.com have a simpler solution, so I’m gonna throw in the towel on this one. Apparently if you set the height on the elements as you go, you can just check for the top position to … Continue reading

A faster alternative to eval()

UPDATE: A lot of people are hitting this page looking for ways to parse a server response – usually this involves converting a JSON string to a Javascript Object. For those purposes you should use the JSON.parse, it’s supported natively … Continue reading