解决jquery异步返回html代码后,jquery事件失效的问题
========================异步返回html代码
创新互联主营二七网站建设的网络公司,主营网站建设方案,app软件开发公司,二七h5微信小程序搭建,二七网站营销推广欢迎二七等地区企业咨询
$(".course_right_div1 .ul1 li").click(function(){ $(this).addClass("xuanzhong").siblings().removeClass("xuanzhong"); var $subject= $(this).text(); $.get("../ASHX/IsTiaojian.ashx",{sub:$subject,red:Math.random()},function(date){ document.getElementById("tj").innerHTML=date; }); });
========================使用live解决
$(".tiaojian .course_right_div2 ul li").live('click', function(){ //alert('live方式'); $(this).css({"border":"1px solid #2B8BE2","background":"#e9e9e9"}); });
网站题目:解决jquery异步返回html代码后,jquery事件失效的问题
网页路径:http://ybzwz.com/article/pgsjjh.html