Skip to content
This repository has been archived by the owner on Mar 19, 2018. It is now read-only.

WarMaxis/New_ChildNode_ParentNode_methods_and_classList_JS_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

New ChildNode, ParentNode methods and Element.classList JavaScript tests

Some tests of working new ChildNode, ParentNode methods and classList in JavaScript.
You can try if your browser supports this new things or tests your polyfills :-)

New elements much simplify DOM operations.

More information:

Tests are written in Polish language with description methods.

Check this on https://warmaxis.github.io/New_ChildNode_ParentNode_methods_and_classList_JS_tests/

Created by Michał Milanowski

ChildNode and ParentNode methods

Tests:

  • childNodes.after()
  • ParentNode.append()
  • childNodes.before()
  • ParentNode.prepend()
  • childNodes.remove()
  • childNodes.replaceWith()

Element.classList

Tests:

  • element.classList.add()
  • element.classList.remove()
  • element.classList.contains()
  • element.classList.toggle()

Used technologies in this project:

  • JavaScript
  • ES8
  • MDN docs
  • HTML

About

Some tests of working new ChildNode, ParentNode methods and classList in JavaScript. You can try if your browser supports this new things or tests your polyfills :-)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages