There is a function OPEN in my javascript which is called when the user either blur (lose focus on the input field) or hit Enter.
然后,在欧安办事处(OPEN)内,视其是由混杂还是主要压力引发的,它导致另外两项职能。
For the Keypress, I did it like this.
if (e.keyCode==13) ENTER_FX();
你们如何做这件事。
谢谢。
最新资料:
我发现,它应当是电子形式=“焦点”。
So is focusout the right word instead of blur?