dom (5)


DOM manipulations without writing any javascript with no.js

No.js is an extremely lightweight javascript library that makes you do DOM manipulations without writing any javascript at all. All you’ll need to add are html attributes instead and No.js does the magic for you. Demo click here – (https://codepen.io/anon/pen/bmZKpL?editors=1100)
See more on – http://nojs.io/





Find Element in DOM

Find Elements in DOM using prototype object property in pure javascript


See this demo




Insert After element in pure JavaScript

Manipulate the DOM: insertAfter html element – Object in pure JavaScript




Manipulate the DOM

DOM manipulation: add elements dynamically in pure JavaScript with properties and attributes with this useful object




JS Array map

Get in DOM all links or anchor elements in pure javascript with foreach object