nodelist.html revision dd619970d0715e8271b6f4e344737b073b713a7b
0N/A //node.setStyle('color', 'red');
0N/A nodelist.setStyle('color', 'red');
0N/A console.log(e);
0N/A node.after('innerHTMLChange', function(e) {
0N/A console.log('Node: afterInnerHTMLChange');
0N/A nodelist.on('innerHTMLChange', function(e) {
0N/A //e.preventDefault();
0N/A console.log('node click');
nodelist.on('click', onClick);
nodelist.on('refresh', function(e) {
e.added.on('click', onClick);
nodelist.set('innerHTML', 'new content from NodeList');
nodelist.each(function(n) {