Тема
:
prototype для xmlNode.text
Показать сообщение отдельно
#
2
(
permalink
)
27.11.2015, 20:48
ruslan_mart
Профессор
Регистрация: 30.04.2012
Сообщений: 3,018
Object.defineProperty(Element.prototype, 'text', { get: function() { return this.textContent; } });