Skip to content

mfurlend/DOMEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DOMEdit

Simple javascript to allow immediate editing of DOM.
After running DOMEdit.js hover your mouse over an element. Once it is selected you can press:

    k: to 'cut/yank' the element and add it to a stack  
	u: to pop an element from the stack and append it inside of the selected element  
	y: to pop an element from the stack and place it after the selected element  
	o: to pop an element from the stack and replace the selected element  

Requires JQuery

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published