/ Published in: JavaScript
Use Curl to grab the latest versions of jQuery... dev and minified versions.
Expand |
Embed | Plain Text
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
You need to login to post a comment.
