More prototype
Earlier I wrote about prototype and script.aculo.us. I’ve been using it even more at work, and really, really like it.
Who wants to write document.getElementById("searchbox"); when you can write $('searchbox');And Ajax; how could it be easier to make an Ajax request than new Ajax.Request()Exactly, it couldn’t.
Categorized as javascript, prototype, work