jQuery.Download is a library for capturing the DOM data from a given object.
In the provided example, you can download the above SVG (courtesy of data:). Any JS-generated stuff is captured as well, because DOM data is captured.
This is supported only by modern browsers, but there’s a callback in case of an error, as well as a functionality checker.
- Website: https://github.com/talos/jquery-download
- Demo: http://talos.github.com/jquery-download/demo.html















