« Using JavaScript Validation For Mandatory Form Elements | Main | Building Application DB Tables with tables.ini and create_database.php »

April 15, 2009

Using prototype.js For Faster JS Development and AJAX

The prototype.js JavaScript framework is used extensively throughout the framework. Further information can be found on the website:

http://www.prototypejs.org/learn

The single most useful feature is the $('blah') function which replaces document.getElementById('blah').

Tags: Lightweight PHP Web Application Framework

Posted by pj at April 15, 2009 11:04 AM

Comments