topical media & game development
professional-sql-07-public-files-admin-js-filemanager.js / js
/* retrieve all elements of a given class */
function getElementsByClass(search)
{
var classElements = new Array();
var els = document.getElementsByTagName('*');
var pattern = new RegExp('(^|\\s)' + search + '(\\s|
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.