Return to Snippet

Revision: 34340
at June 16, 2012 11:56 by mecha


Updated Code
curl -O http://code.jquery.com/jquery-latest.js
curl -O http://code.jquery.com/jquery-latest.min.js

Revision: 34339
at October 21, 2010 07:43 by mecha


Initial Code
cd /save/to/here | curl http://code.jquery.com/jquery-latest.js --O jquery.js | curl http://code.jquery.com/jquery-latest.min.js --O jquery-min.js

Initial URL


Initial Description
Use Curl to grab the latest versions of jQuery... dev and minified versions.

Initial Title
Use Curl to grab the latest versions of jQuery

Initial Tags
jquery

Initial Language
JavaScript