I am setting the focus on a certain input field when loading a page using the following line:
$('#myInputID').focus();
Is there a way that I can undo or remove this focus when hovering over a certain element? (The focus does not have to be reset after leaving this element.)
I couldn't find a function that is the opposite to the above in jQuery or would otherwise work here.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…