/ Published in: JavaScript
Expand |
Embed | Plain Text
element.setAtribute("width",300); var setAttribute = function(element, key, value){ element.setAttribute(key, value); } setAttribute(element, "width", 300); var setAttribute = "setAttribute"; element[setAttribute]("width", 300);
You need to login to post a comment.
