JSFiddle - React, Tailwind, and code Playground
by Ehsan Sajjad
HTML
<h2>ESPN <small>Bristol, CT, Summer 2014</small></h2>
JavaScript
console.log($("h2").clone().find("small").remove().end().text());
by Ehsan Sajjad
<h2>ESPN <small>Bristol, CT, Summer 2014</small></h2>
console.log($("h2").clone().find("small").remove().end().text());