3

How can I make the data split list view right button as picture below:

default mode

into text like the picture below:

custom right button into text

4

1 回答 1

2

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+');
});
于 2013-03-13T10:58:45.710 回答