jquery select outer html

Solutions on MaxInterview for jquery select outer html by the best coders in the world

showing results for - "jquery select outer html"
Lea
11 Jul 2018
1var outer_element_html = $('jQuerySelector')[0].outerHTML ;
2console.log(outer_element_html);
3