0
Internet Explorer 7似乎忽略了下面示例中第二行中的not-selector,它顯示並隱藏了內容 - 而不是使用正確的索引顯示內容並隱藏其餘內容。IE7忽略:非選擇器
$('.dashboard-module-content:eq(' + indexFoo + ') .expand-collapse').show('fast');
$('.dashboard-module-content:not(:eq(' + indexFoo + ')) .expand-collapse').hide('fast');
任何人都知道誰來解決這樣的問題?
你也可以顯示相關的HTML嗎?沒有看到這一點,就很難知道在使用':not'的上下文中哪些是錯誤的。 – 2009-12-13 16:52:23