| Subcribe via RSS

Prototype : IE throws an error: “Object does not support this property or method”.

January 23rd, 2010 Posted in Javascript

I have been this problem for ages. How stupid am I? To resolve this problem just parse the element to $(element) before use. That’s it. The problem is IE doesn’t allow you to extend element.

Reference : http://proto-scripty.wikidot.com/faq#propnotsupported

Leave a Reply