anavdesign
5/13/2016 - 4:58 PM

JS: Not Empty

JS: Not Empty

// Add content if element is not empty
// sea @ http://goo.gl/HBxntf

if ($.trim($(this).html()).length > 0) {
	// Do This
}