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 a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

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

Let's Talk