.preventDefault()阻止默认行为
    .stopPropogation()阻止冒泡

    IE中如何阻止
    event.returnValue=false 阻止默认行为
    event.cancelBubble=true 阻止冒泡