JBTALKS.CC

标题: js onkeypress 菜鸟问题 !求救~ [打印本页]

作者: 兴杰    时间: 2013-2-24 06:17 PM
标题: js onkeypress 菜鸟问题 !求救~
这一段在 firefox 没效果(IE , Google都行 ) !最怕兼容问题了 !求救啊~~

<script type="text/javascript">
    window.document.onkeypress = function() {
        if(event.keyCode == 13 &&
            event.srcElement.tagName.toUpperCase() == "INPUT" &&
            event.srcElement.type == "text") {
            alert(event.cacelBubble);
            event.cancelBubble = true;
            event.returnValue = false;
        }
    }
作者: 宅男-兜着走    时间: 2013-3-30 04:43 PM
用 Jquery 啊, 能解决兼容性的问题。 只是比较重而已。




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5