JQuery常用的 api

Posted Chuck Lu

tags:

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

text

http://api.jquery.com/text/

Get the combined text contents of each element in the set of matched elements, including their descendants后裔, or set the text contents of the matched elements.

 

html

http://api.jquery.com/html/

Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.

 

val

http://api.jquery.com/val/

Get the current value of the first element in the set of matched elements or set the value of every matched element.

以上是关于JQuery常用的 api的主要内容,如果未能解决你的问题,请参考以下文章

JQuery常用的 api

jquery的常用API

jQuery常用API

jQuery常用的API 后续

jQuery---7. 常用API(jQuery尺寸位置操作 )

浅析jQuery库的核心架构和常用API的简单实现