"Here it is : the website of the newly formed DOM Scripting Task Force, set up under the auspices of the Web Standards Project ." Along with a manifesto for cleaning up the last ten years of client side javascript.
And since I've been busy with the OpenMocha release, I have some additional catching up to do:
But there is more... For example, I just found Behaviour : To add an onclick event to every list item <li> in a page - you would write something like this:
Behaviour.register({ 'li' : function(element){ element.onclick = function(){ // Your onclick event goes here } } });
18.07.2005, 18:28