Jump to content
  • 0

Вопрос по .prototype


nim
 Share

Question

5 answers to this question

Recommended Posts

  • 0
Как тоже самое сделать с tr...

if (typeof (HTMLTableRowElement) == 'function') {
HTMLTableRowElement.prototype.newprop = 'test';
}

Для IE в css:

tr {
behavior:url(tr.htc);
}

tr.htc:

<public:component lightweight='true'> 
<public:property name='newprop' value='test' />
</public:component>

Link to comment
Share on other sites

  • 0
в каких случаях typeof (HTMLTableRowElement) != 'function'

Это тогда, когда браузер уже "седой и бородатый". :)

Так, например, в FF 0.8 (2004 года рождения) это будет 'object', а в Opera 7 (она еще старше) - вообще нету такого "зверя". Ну и в IE, конечно же, такого не найти - у него своего "добра" полно...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy