1

JQuery 浏览器兼容性问题:我无法在 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>
4

1 回答 1

1

试试这个jsfiddle:

http://jsfiddle.net/KEQyf/8/

我使用的是 IE9 版本 9.0.8112.16421,它工作正常。

于 2012-09-21T15:54:07.790 回答