禁止用户选中html元素:
<body onselectstart="return false">
禁止事件传递:
favorite.find("span").css("pointer-events", "none");