> I don't think ie8 lets you do it either.

It does...

Element.prototype.showme = function () {
        console.log('On the native');
}
document.getElementById('testonme').showme();

works in IE8 (in full IE8 mode).

-- Sandy

Reply via email to