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