Use Curl to grab the latest versions of jQuery


/ Published in: JavaScript
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. curl -O http://code.jquery.com/jquery-latest.js
  2. curl -O http://code.jquery.com/jquery-latest.min.js

Report this snippet


Comments


You need to login to view comments.