For the JQuery elements of our site I'm noticing at least two new dependencies.
One for JQuery itself <script src="http://code.jquery.com/jquery-latest.js"></script>
And another for the 3rd party form validator <script type="text/javascript" src="http://jzaefferer.github.com/jquery-validation/jquery.validate.js"></script>
What is the normal practice? It doesn't seem wise to have these kinds of dependencies on a live site. What if GitHub or Jquery.com go down? Do people usually copy these resources to a local directory on their server? And then what about updates? Do you constantly have to keep track of the latest versions?