Migrating from Prototype to jQuery
When it comes to javascript, there is one discussion that is very old: to use jQuery or to use prototype? Opponents of jQuery will tell you that it’s really weird that jQuery has a function called inArray, that instead of a boolean value returns the index where the element was found, and -1 if it’s […]