解决append 添加后元素 无法触发事件的问题

$('p').live('tap',function(){

    $(this).addClass('active').siblings().removeClass('active');

    })

加上live就可以

你可能感兴趣的:(解决append 添加后元素 无法触发事件的问题)