jQuery(document).ready(function( $ ){ $('p').each(function() { if ($(this).text() === '') { $(this).remove(); } }); }); Call Now Button