DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> 各浏覽器對click方法的支持差異小結
各浏覽器對click方法的支持差異小結
編輯:關於JavaScript     
如下 IE6/7/8/9/Opera12/Firefox5 Safari5/Chrome12 INPUT[type=text]
INPUT[type=password]
INPUT[type=radio]
INPUT[type=checkbox]
INPUT[type=button]
INPUT[type=submit]
INPUT[type=image]
INPUT[type=hidden]
INPUT[type=reset]
INPUT[type=submit]
INPUT[type=file]1
BUTTON[type=button] 支持 支持 other 支持 不支持

即Safari/Chrome沒有完全支持click方法。click方法寫進了HTML5草案,相信不久的將來Safari/Chrome也會支持。

需要注意的Firefox5之前的版本並不是所有元素都支持click方法,從w3help當時測試結果即可看出。

Mozilla官方也有以下一段話

Prior to Gecko 5.0 (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2), Gecko didn't implement the click method on other elements that might be expected to respond to mouse–clicks such as links (A elements), nor will it necessarily fire the click event of other elements. However, now it is supported by all elements, as required by HTML5.  

雖然Firefox5現在對所有元素都添加了click方法,仍需注意它的click方法觸發不了A的默認行為。IE/Opera卻可以。

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved