Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.
Obsoleto
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Node.isSameNode()
comprueba si dos nodos son iguales, es decir si hacen referencia al mismo objecto.
Warning: This method is no longer implemented in recent browsers.
// Instead of using node1.isSameNode(node2) // use node1 === node2 // or node1 == node2
Sintaxis
var isSameNode = node.isSameNode(other);
other
El nodo contra el cual se realiza la comparación.
Especificaciones
Specification | Status | Comment |
---|---|---|
DOM The definition of 'Node' in that specification. |
Living Standard | Eliminado de la especificación. |
Document Object Model (DOM) Level 3 Core Specification The definition of 'Node.isSameNode()' in that specification. |
Recommendation | Definición inicial |
Compatibilidad entre navegadores
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | ? | 1.0 (1.7 or earlier) Not supported 10.0 (10.0) |
? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | 1.0 (1.0) Not supported 10.0 (10.0) |
? | ? | ? |
Ver además
Etiquetas y colaboradores del documento
Colaboradores en esta página:
JordiCruells
Última actualización por:
JordiCruells,