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>