mind == blown

jacob:

I just realized that you can’t have a Javascript variable and an element ID with the same name in IE. That’s what this is trying to tell you:

Object doesn’t support this property or method

That’s because IE automagically creates JavaScript variables for any elements with an ID.

(this post was reblogged from jacob)

Notes

  1. michaeldowse reblogged this from jacob
  2. codelahoma reblogged this from jacob and added:
    because IE automagically creates JavaScript variables for any elements with an ID.
  3. jacob posted this