AJAX Code [2008-04-11 16:32:59]
MooTools, AJAX, DHTML and Performance
By Iain
Working with the DOM in MooTools is a breeze - code like the following is a pleasure to write and to read:. var div = new Element(’div’, {id:’example’}).addClass(’example’).setHTML(’Example Content’).injectAfer(’previousElementID’); …
Web Strategy Blog - http://www.intraspin.com/webstrategyblog
.