/ Published in: JavaScript
Use Curl to grab the latest versions of jQuery... dev and minified versions.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
curl -O http://code.jquery.com/jquery-latest.js curl -O http://code.jquery.com/jquery-latest.min.js