I like the MooTools API better than JQuery's.
E.g.
new Element('div').grab(new Element('a'));
versus
$('<div></div>').append('<a></a>');
https://github.com/jeromegn/backbone-mootools
Let the hot forking action commence.
I like the MooTools API better than JQuery's.
E.g.
new Element('div').grab(new Element('a'));
versus
$('<div></div>').append('<a></a>');