摘要:
Core jQuery使用中其要注意的一些知识点Events $('img').bind('click',function(event){alert('Hi there!');}); $(function(){ $('#example') .bind('click',function(event) { say('BOOM once!'); }) .bind('click',function(eve... 阅读全文
posted @ 2010-10-14 21:17
2012
阅读(616)
评论(0)
推荐(0)