I am new to ASP.NET, though not to web programming (I used PHP until now). Working on my first ASP.NET project (actually, maintaining an existing one) I wanted to use jQuery. I had heard that it is so easy to use in VS2010 - just install it with Nuget and use it. So I installed it with Nuget and now I can't figure out how to use it!
How to I actually get it to be available in my HTML? It seems to just be sitting there in a Scripts folder doing nothing!

