bgrins / devtools-snippets

A collection of helpful snippets to use inside of browser devtools
http://bgrins.github.io/devtools-snippets/
2.96k stars 370 forks source link

Wrap Element #17

Closed gkatsev closed 11 years ago

gkatsev commented 11 years ago

I've used this on several occasions and thought it might be useful. Given an HTMLElement or CSS selector and an HTML element type, it will wrap the given element in the newly created element and put it back in the correct place the HTML.

bgrins commented 11 years ago

Thanks @gkatsev