Records of adventures called programming. For the future me.
f = function(l) { for(var i = 0; i < l.length; i++) { var c = l[i]; c.parentNode.removeChild(c); } }; f($('.sectionedit'));
No comments:
Post a Comment