1
這裏是代碼:JQuery的CSS在IE 6中失敗,8
<script type="text/javascript">
function doit(){
$('table td').each(function() {
if ($(this).text().trim() != '')
$(this).css("border", "1px groove white");
});
}
doit();
</script>
這部作品在Chrome和Firefox。 但在IE 6和8我有'對象不支持這個屬性或方法'
OMG。浪費了2個小時。謝謝!!!!! – eba 2010-08-19 13:36:15
@eba - 不客氣。 :O) – user113716 2010-08-19 13:36:53