javascript 控制ios textarea 不失去焦點問題

//判斷是否爲蘋果 var isIPHONE = navigator.userAgent.toUpperCase().indexOf('IPHONE')!= -1; // 元素失去焦點隱藏iphone的軟鍵盤 function objBlur(id,time){ if(typeof id != 'string') throw new Error('objBlur()參數錯誤');
相關文章
相關標籤/搜索