我正在尝试制作"项目1"是一个链接。我将不胜感激。
$(document).on('pagecontainerbeforehide','body', function(event, ui){
if (ui.nextPage.attr('id') == "bookmarks"){
if( $("#bookmark1").is(":checked")){
$("#bookmark-content").html("item 1 ");
}
答案 0 :(得分:2)
用标签围绕它( 0 1 2 3 4
0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4
[][][][][][][][][][][][][][][][][][][][][][][][][]
会起作用)然后。
<span>
或者您可以保存查找...
$("#bookmark-content").find(elementSelectorYouJustCreated).on('click', function(e){ /*do stuff*/ });