开发者

unfocus selectbox

a开发者_如何学Gofter page load, the first selectbox will be auto-focus. how to use jquery to unfocus the selectbox after page finished loading


Have you tried .blur() ? E.g.

$(function() {
    $('select:eq(0)').blur();
});
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜