I was trying to get a simple piece of jQuery to work and was running up against this error in Internet Explorer (IE): Microsoft JScript runtime error: object expected The problem turned out to be that I wasn't referencing jQuery to the correct path. The trick I discovered, if you're using Visual Studio...
Continue reading "Microsoft JScript runtime error object expected with jQuery"