1
JQuery瀏覽器兼容性問題: 我不能實現調整鼠標在IE9上使用JQuery鼠標div,任何人都可以help.it作品的其餘部分瀏覽器。我檢查了Chrome,FF,IE8。我正在使用Jquery 1.7版本。我不能實現調整鼠標在IE9上使用jQuery鼠標div
<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>
如果你發佈了一些代碼會有所幫助......你試過了什麼? – ews2001
以上是我的代碼。它適用於除IE9以外的所有瀏覽器 –