GitXplorerGitXplorer
l

Stash

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d889b7d7a23089ff61d7f6519fa9aca466943090

Update README.md

committed 9 years ago
Unverified
c4c377273c9b3ec8d761e212ba6fdcad1ff7c873

Create stash.min.js

llukejacksonn committed 10 years ago
Unverified
6a79a81dffe9bfebcd5cc7987e228320a83b1e7c

Added Licence

llukejacksonn committed 10 years ago
Unverified
7eb6dede39bffbaabe0ac2b54248daaa4eb506e3

Update README.md

llukejacksonn committed 10 years ago
Unverified
39919c23af3bbc60b03f07fafd86c7f579d193cb

Create stash.js

llukejacksonn committed 10 years ago
Unverified
4f97bff6a6f737b9ac5bc0d49d9d30cc21083bc3

Initial commit

llukejacksonn committed 10 years ago

README

The README file for this repository.

Stash.js

A jQuery plugin that can instigate application/octet-stream downloads of dom elements.

  <textarea>Hello World</textarea>
  $('textarea').stash('example','txt', function (contents) {    
    console.log('About to download contents of textarea as example.txt');
    return contents;
  });