<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('#content111').hide();
jQuery('.last').mouseover(function () {
jQuery('#content111').fadeIn();
});
jQuery('#content111').mouseout(function () {
jQuery('#content111').fadeOut();
});
});
</script>
以上代码子页面fadein但我的要求是子页面鼠标悬停