ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

jQuery question #217

Closed LaFrish closed 8 years ago

LaFrish commented 8 years ago

If I am using jQuery, I have to put in the reference script source code in the head but I also have the script source code for script.js in the head.

Do I use both references or do I have to combine them somehow? Please advise.

joe-gz commented 8 years ago

you can reference both! just make sure to include the jquery script first if you're then including jquery code in the other script

joe-gz commented 8 years ago

@LaFrish can you close this issue if you're all good?