commit
9bcfa554a6
@ -1572,7 +1572,7 @@
|
|||||||
|
|
||||||
//是否输入框
|
//是否输入框
|
||||||
Class.prototype.isInput = function(elem){
|
Class.prototype.isInput = function(elem){
|
||||||
return /input|textarea/.test(elem.tagName.toLocaleLowerCase());
|
return /input|textarea/.test(elem.tagName.toLocaleLowerCase()) || /INPUT|TEXTAREA/.test(elem.tagName);
|
||||||
};
|
};
|
||||||
|
|
||||||
//绑定的元素事件处理
|
//绑定的元素事件处理
|
||||||
|
Loading…
Reference in New Issue
Block a user