From 7e164004e8fcc71683b87fe3a4ffae01b48a1150 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 14 Aug 2013 18:58:32 +0300 Subject: [PATCH] Table: Columntoggle: Take into account title when generating columntoggle checkbox. Fixes #6053 - abbr title in th not picked up for column toggle. --- js/widgets/table.columntoggle.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/widgets/table.columntoggle.js b/js/widgets/table.columntoggle.js index 599f011a72e..6bbc22667e5 100644 --- a/js/widgets/table.columntoggle.js +++ b/js/widgets/table.columntoggle.js @@ -92,7 +92,10 @@ $.widget( "mobile.table", $.mobile.table, { cells.addClass( opts.classes.priorityPrefix + priority ); if ( !keep ) { - $("" ) + $("" ) .appendTo( menu ) .children( 0 ) .jqmData( "cells", cells )