最佳答案
我给你一个工作的例子:http://jsfiddle.net/Gajotres/qgE6L/
原文链接:https://www.f2er.com/jquery/428674.html$('#index').live('pagebeforeshow',function(e,data){
$("li").tap(function() {
$(this).buttonMarkup({ icon: "edit" });
});
});