Drag and Drop had been available using JavaScrit libraries for some time, but with HTML5 comes native support.
Tag: api
The append and appendTo jQuery methods
jQuery has a wealth of methods for manipulating the DOM. The append() and prepend() methods i tend to use all the time.
Plotting chaos
I decided to delve into Flot and Firefox’s Web Workers API and created a little chaos along the way.