jquery last 选择器 语法

Posted 佰草伐

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery last 选择器 语法相关的知识,希望对你有一定的参考价值。

jquery last 选择器 语法

作用: :last 选择器选取最后一个元素。最常见的用法:与其他元素一起使用,选取指定组合中的最后一个元素(就像上面的例子)。

语法:$(":last")大理石平台价格表

jquery last 选择器 示例

<html>
<head>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript"> 
 
$(document).ready(function(){
    $("p:last").css("background-color","#B2E0FF");
});
 
</script>	
</head>
<body>
<html>
<body>
</body> </html> </body> </html>

以上是关于jquery last 选择器 语法的主要内容,如果未能解决你的问题,请参考以下文章

jQuery 真正支持哪些 CSS3 选择器,例如:nth-last-child()?

jQuery选择器--:first和:last

10分钟-jQuery过滤选择器

JQuery语法,选择器和事件

[ jquery 选择器 :last ] 此方法选取jquery对象中的最后一个对象

jQuery 选择器