If you're testing your jQuery code in IE 9, you might run across the "Object doesn't support this property or method – getElementsByTagName" error.
The fix is simple, but frustrating if you aren't familiar with jQuery.
I've found that jQuery 1.5 is not fully compatible with IE 9, so an upgrade to jQuery 1.6+ should solve this issue.