悬停功能在 iFrame 中不起作用。
<script type="text/javascript">
$(function(){
$('.check').live('hover',function(){
alert(0)
})})
</script>
<iframe frameborder="0" allowtransparency="yes" src="frame.html" width="400"></iframe>
//框架html
<a class="check" href="javascript:void"> hover me</a>