$(function () {if ($.browser.msie) {$('input:checkbox').click(function () { this.blur(); this.focus(); }); }});. 以上程式碼只要把checkbox就可以 ...
確定! 回上一頁