jasonglisson
3/27/2015 - 12:02 AM

Target text without container

Target text without container

		$('.mailchimp-signup-subscribe-form div:first-of-type').contents().filter(function() {
			return this.nodeType === 3;
		}).wrap('<p class="description"></p>').end().filter( "br" ).remove();