I am confused as to how to link an external JQuery file to my web page. I understand using <script src=""/>. My question is regarding the file I downloaded from Jquery.com. Do I add code to that file and link it, or do I link that file and then create a new file with javascript in it and link that as well?
Do I create a javascript file and somehow link the Jquery file to that javascript file? I guess I would need a step by step walkthrough on how to set up Jquery using all external files. thanks in advance guys