/* Remove p with style sibling */ (function( $ ) { $('style').parent('p').css('display', 'none'); })(jQuery);