There are many different approachs to using jQuery with SharePoint. Here is a summary of several different methods I have used, including how to get it to play nicely with NuGet.
There are three main decisions to make:
- Decide where to put the jQuery files
- Add the jQuery (and other) library to the project
- Referencing the scripts
Continue reading Ways to load jQuery in SharePoint (2010/2013)