Your Ad Here

Posted By

mecha on 10/21/10


Tagged

jquery latest


Versions (?)

Use Curl to grab the latest versions of jQuery


 / Published in: JavaScript
 

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

  1. 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

Report this snippet  

You need to login to post a comment.