E' possibile aggiungere metodi a oggetti nativi anche su IE?
Ad esempio:
codice:
Element.prototype.myMethod=function(){}
IE(dal 7 in giù) dice che Element è undefined.