Category Archives: JavaScript

jQuery Vs Prototype (Shallow dive 01)

I use Prototype, I haven’t used jQuery, but realise that everyone else is. So here’s my first shallow dive into the differences between them: Prototype: The $(‘someId’|DOM Object) functionality of Prototype returns a DOM element object that has been extended to have a variety of new utility functions. $$(CSS Selector) returns an array of Prototype […]

Posted in JavaScript | Tagged as: , , | Leave a comment