Remove all empty tags in class in jQuery by Unknown on 01:06 How to remove all empty tags in class Solution: jQuery(function() { jQuery(".region-content p:empty").remove();}); I will remove all empty tag inside "region-content" class Tweet Share Share Share Share
0 comments: