JQuery Browser兼容性问题: 我无法在IE9上使用JQuery通过鼠标来调整div的大小,任何人都可以帮助。它可以在其他浏览器上运行。我检查过Chrome,FF,IE8。我正在使用Jquery 1.7版本。
<script>
$(function() {$( "#AccountTree" ).resizable(); });
</script>
<div class="scrolling grey_panel_border"
style="width:100%;height:90%;float:left;"
align="center" id="AccountTree">
<tiles:insertAttribute name="Accounttree" />
</div>