How to remove focus from input field in jQuery?

后端 未结 5 1316
故里飘歌
故里飘歌 2020-12-23 23:54

I am setting the focus on a certain input field when loading a page using the following line:

$(\'#myInputID\').focus();

Is there a way th

5条回答
提交回复
热议问题