jQuery before() 方法

jQuery 教程 · 2019-03-27 12:14:16

实例

在每个 <p> 元素前插入内容:

$("button").click(function(){ $("p").before("<p>Hello world!</p>"); });

定义和用法

before() 方法在被选元素之前插入指定的内容。

提示:如需在被选元素后插入内容,请使用 after() 方法。

语法

$(selector).before(content,function(index))

参数 描述
content 规定要插入的内容(可包含 HTML 标签)。

可能的值:

  • HTML 元素
  • jQuery 对象
  • DOM 元素
function(index) 可选。规定返回待插入内容的函数。
  • index - 返回集合中元素的 index 位置。

点击查看所有 jQuery 教程 文章: https://codercto.com/courses/l/35.html

查看所有标签

The Probabilistic Method Second Edition

The Probabilistic Method Second Edition

Noga Alon、Joel H. Spencer / Wiley-Blackwell / 2000 / $121.95

The leading reference on probabilistic methods in combinatorics-now expanded and updated When it was first published in 1991, The Probabilistic Method became instantly the standard reference on one......一起来看看 《The Probabilistic Method Second Edition》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换