During development, I use this to load the latest jQuery:
<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1");
</script>
But during development, I'd like to use the non-minified version.