Referencing jquery to html in many sources

Referencing jquery to html in many sources

1. <script src="jquery.js"></script>      (downloaded jquery uncompressed file)

2. <script src=" http://code.jquery.com/jquery-2.1.3.min.js" ></script>     



Is there any differences between these three? Which one should i use?