- 浏览: 273419 次
- 性别:
- 来自: 武汉
-
最新评论
-
dwl0410:
我的这种 aciton请求怎么 不行啊。。
<scri ...
jquery加载页面时调用js的方法 -
djinjie945:
谢谢,好使
jquery 遍历 map(callback) -
KAXU:
对的,官网上的。
jquery 控制 insertBefore(content) -
sumaolin:
这是手册上的示例吧
jquery 控制 insertBefore(content) -
KAXU:
black.angel 写道
楼主你是转载的吧,怎么弄都弄不好 ...
AppFuse2.0 初始化
文章列表
after(content)
在匹配元素集合中每一个匹配元素后加上新的内容‘content’
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></s ...
- 2009-01-13 16:33
- 浏览 1680
- 评论(0)
prependTo(selector)
将匹配元素集合追加到新的匹配元素集合‘selector’之前。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">& ...
- 2009-01-13 16:25
- 浏览 1157
- 评论(0)
prepend(content)
对匹配元素集合中每一个元素之前追加上新的内容‘content’
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-13 16:18
- 浏览 1380
- 评论(0)
appendTo(selector)
将匹配元素集合附加到新的匹配集合‘selector’之后。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-13 16:04
- 浏览 1432
- 评论(0)
append(content)
将新的内容'content'附加在每一个匹配元素集合的元素后。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></ ...
- 2009-01-12 14:46
- 浏览 1437
- 评论(0)
end()
恢复最近一次破坏性对匹配元素集合的操作,返回到之前的匹配元素集合状态。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-08 17:39
- 浏览 2350
- 评论(0)
andSelf()
将之前匹配元素集合增加到当前匹配元素集合中。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script& ...
- 2009-01-08 17:10
- 浏览 1562
- 评论(0)
siblings([expr])
得到所有匹配元素集合中各个元素的所有兄弟元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">&l ...
- 2009-01-08 17:04
- 浏览 6743
- 评论(0)
prevAll([expr])
得到匹配元素集合中各个元素的所前端兄弟元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-08 16:56
- 浏览 1710
- 评论(0)
prev([expr])
得到匹配元素集合中各个元素紧邻的前一个兄弟元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></ ...
- 2009-01-08 16:51
- 浏览 3075
- 评论(0)
parents([expr])
得到匹配元素集合中各个元素的所有祖先元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></ ...
- 2009-01-08 16:41
- 浏览 952
- 评论(0)
parent([expr])
得到匹配元素集合中各个元素紧邻的父元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></sc ...
- 2009-01-08 16:36
- 浏览 1605
- 评论(0)
nextAll([expr])
得到匹配元素集合中各个元素后端的所有兄弟元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-08 16:17
- 浏览 2176
- 评论(0)
next([expr])得到匹配元素集合中各个元素紧邻的兄弟元素集合。‘expr’参数是用来过滤返回匹配元素集合的表达式,可不填。返回匹配元素集合。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jque ...
- 2009-01-08 16:11
- 浏览 2646
- 评论(0)
find(expr)
从匹配元素集合中查找满足‘expr’表达式的匹配元素集合。返回匹配元素集合
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js">< ...
- 2009-01-08 16:03
- 浏览 1732
- 评论(0)