mingruofei
BlogJava
首页
新随笔
联系
聚合
管理
数据加载中……
jquery 设置不起作用
一个可能的原因是:在执行一段脚本时,对dom的操作不是即时生效的。浏览器可能执行完当前脚本所有代码后才真正处理脚本中对dom的操作。因此我在处理这种情况的时候,在settimeout指定的函数中执行某个input的focus()方法。
例如:
window.setTimeout(
"document.getElementById('
id
').focus();"
,
50
) ;
posted on 2010-01-07 18:38
mingruofei
阅读(138)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
<
2024年12月
>
日
一
二
三
四
五
六
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
统计
随笔 - 3
文章 - 17
评论 - 2
引用 - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
2009年9月 (1)
2009年8月 (1)
文章档案
2010年3月 (1)
2010年2月 (1)
2010年1月 (2)
2009年12月 (3)
2009年11月 (4)
2009年10月 (6)
java开源项目
使用sitemesh建立复合视图
(rss)
使用sitemesh建立复合
搜索
最新评论
1. re: property标签的escape属性[未登录]
政治
--1
2. re: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.
有用,问题解决了
--哈哈
阅读排行榜
1. recently progress 3(mainly about jfreechart)(255)
2. 我的成长(171)
评论排行榜
1. recently progress 3(mainly about jfreechart)(0)
2. 我的成长(0)