HTML5 and javascript are the next wave of web capabilities to do rich content without flash or any other plug-ins like unity. A big part of this is the canvas element which allows you to…
Tag: html 5
getElementsByClassName
getElementById had always been a nice way to reference attributes of an element in your html via javascript, but now with the dawn of HTML 5 you can update whole groups with the getElementsByClassName function…