jquery—关注页面上的第一个文本输入字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery—关注页面上的第一个文本输入字段相关的知识,希望对你有一定的参考价值。
// focus on the first text input field on the page $("input[type='text']:first", document.forms[0]).focus();
以上是关于jquery—关注页面上的第一个文本输入字段的主要内容,如果未能解决你的问题,请参考以下文章
Sencha Touch:如何以编程方式关注 ios 上的文本字段?