You just download the basic JQuery, and store it on your web server, and ink to it in the HTML, and then download the special JQuery piece you want to use.
It took me a while to get it working the first time. But the trick to speed things up is to view the page source of their working page to see just what they used and set.
e.g.
<script charset='utf-8' src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script>
<script charset='utf-8' src='http://code.vostrel.cz/jquery.reel-edge-bundle.js' type='text/javascript'></script>
I'll try to make a JReel example if I get a chance.








