I want to enable/disable a button without jquery. Here\'s my code:
btn.setAttribute(\"disabled\", true);
Works. But this doesn\'t -- a butt
btn.removeAttribute("disabled");