I'm learning Jquery and I want to play with the examples.
On this page:
http://jqueryui.com/effect/
I can view the source, and JS files are CDN, but the .css file is local:
<link rel="stylesheet" href="/resources/demos/style.css">
How can I download the whole package with all files to experiment with that on my local machine?
Usually most Scripts on other sites have full zipped packages?