Table Column Headers on Mobile

jQuery(function($){

	// Responsive Table
	$('.table-mobile-full').each(function(){
		var $table = $(this);
	        $rows = $table.children('tbody').children();
	    $table.children('thead').children().children().each(function(i) {
	        var text = $(this).text();
	        $rows.each(function() {
	            $(this).children().eq(i).prepend('<span class="mobile-title">' + text + '</span>' );
	        });
	    });
	});

});
Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk