Node 'contains' method in JavaScript DOM | Node.prototype.contains() Explained

Pubblicato il: 28 marzo 2018
sul canale di: dcode
2,497
53

The 'contains' method found on the Node prototype (Node.prototype.contains) allows you to check whether or not a given Node is contained within another Node - this will give you a true or false return value. It works not only on direct child nodes but also on children of children (the entire subtree).

This method is part of the Document Object Model (DOM) in JavaScript.

In this video I show you a simple example of how exactly this method works using an unordered list element (ul) and a few list item elements (li). It's quite a simple method that could be useful in your future projects.

For your reference, check this out:
https://developer.mozilla.org/en-US/d...

Follow me on Twitter @dcode!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!


In questa pagina del sito puoi guardare il video online Node 'contains' method in JavaScript DOM | Node.prototype.contains() Explained della durata di ore minuti seconda in buona qualità , che l'utente ha caricato dcode 28 marzo 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,497 volte e gli è piaciuto 53 spettatori. Buona visione!