$(document).ready(function(){
})
简写形式:
$(function(){
事件绑定:
合成事件
事件冒泡
移除事件
show()方法和hide()方法
fadeIn()方法和fadleOut()方法