|
|
От: |
anonymous
|
http://denis.ibaev.name/ |
| Дата: | 10.09.08 16:31 | ||
| Оценка: | +1 | ||
A>> isElement : function( obj) { return (obj && obj.nodeType && obj.nodeType == 1) ? true : false; },
A>>A>> isElement : function( obj) { return (obj instanceof Element); },
A>>