Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function(){
- button = document.createElement('div')
- link = document.createElement('a')
- link.setAttribute('href','test.com')
- link.innerText='remember to set the link'
- button.appendChild(link)
- document.querySelectorAll('.jeg_empty_module').forEach(function(value){
- value.appendChild(button.cloneNode(true))
- })
- })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement