jQuery Live Bind
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/live_bind
软件介绍
Using $.fn.is_match(selector) to build a live bind method:
sample:
<div class="kkkk">
<div class="ppp1" title="333">hello1</div>
</div>
<script>
function alr(){alert(this.innerHTML);}
function alr1(){alert('hello:'+this.innerHTML);}
$.live_bind(".kkkk .ppp1 + .ppp[title='333']", 'click', alr);
$.live_bind(".kkkk .ppp[title='333']:nth-child(3)", 'click', alr1);
//"tr:eq(3)" should be "tr:nth-child(4)"
//"tr:gt(3)" should be "tr:nth-child(4) ~ tr"
//"tr:gt(0)" could be "tr:not(:first-child)"
//"tr:first" should be "tr:first-child"
$('.kkkk').append('<div class="ppp" title="333">hello</div>');
$('.kkkk').append('<div class="ppp" title="333">jack</div>');
</script>数据挖掘
(美)Jiawei Han、(加)Micheline Kamber、(加)Jian Pei / 范明、孟小峰 / 机械工业出版社 / 2012-8 / 79.00元
数据挖掘领域最具里程碑意义的经典著作 完整全面阐述该领域的重要知识和技术创新 这是一本数据挖掘和知识发现的优秀教材,结构合理、条理清晰。本书既保留了相当篇幅讲述数据挖掘的基本概念和方法,又增加了若干章节介绍数据挖掘领域最新的技术和发展,因此既适合初学者学习又适合专业人员和实践者参考。本书视角广阔、资料翔实、内容全面,能够为有意深入研究相关技术的读者提供足够的参考和支持。总之, 强烈推荐......一起来看看 《数据挖掘》 这本书的介绍吧!
