Quick Background: I don’t know much about jQuery other than it’s a library of Javascript functions. I wasn’t sure of how to add it to an ASP.net website running on IIS. It’s a lot simpler than you’d think but there wasn’t a good explanation out there. Quick Example: Add… <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> That links [...]

