How can I make the data split list view right button as picture below:
into text like the picture below:
How can I make the data split list view right button as picture below:
into text like the picture below:
Here's a working example: http://jsfiddle.net/Gajotres/dcs6w/
$(document).on('pagebeforeshow', '#index', function(){
$('#custom-btn').find('.ui-btn-inner span').last().removeClass('ui-icon').text('M+');
});