下の図のように、データ分割リストビューの右ボタンを作成するにはどうすればよいですか:
下の図のようなテキストに:
これが実際の例です:http://jsfiddle.net/Gajotres/dcs6w/
$(document).on('pagebeforeshow', '#index', function(){
$('#custom-btn').find('.ui-btn-inner span').last().removeClass('ui-icon').text('M+');
});