Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery mobile listview data-split change right button into text

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

like image 553
tommy-1402 Avatar asked Jun 28 '26 18:06

tommy-1402


1 Answers

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+');
});
like image 50
Gajotres Avatar answered Jul 04 '26 02:07

Gajotres



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!