我怎么做里面的东西.html()可点击?

时间:2016-01-06 20:57:28

标签: jquery jquery-ui jquery-mobile

我正在尝试制作"项目1"是一个链接。我将不胜感激。

   $(document).on('pagecontainerbeforehide','body', function(event, ui){ 
    if (ui.nextPage.attr('id') == "bookmarks"){

        if( $("#bookmark1").is(":checked")){ 

            $("#bookmark-content").html("item 1 ");

        }

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*/ });