$(selector).delegate(childSelector,event,data,function)在这个function中,$(this)指向childSelectot
可把其中的$(‘p‘)改成$(this)看效果
http://www.w3school.com.cn/tiy/t.asp?f=jquery_event_delegate
jquery,delegate中的this
原文:http://www.cnblogs.com/cjy1993/p/3990816.html