Use and difference of HTML (), text (), Val () in jquery

Source: Internet
Author: User

There are 3 main ways to get object content in jquery, namely HTML (), text (), Val ().

Obj.html (): Gets all the HTML content of the object package, which is equivalent to innerHTML.

Obj.text (): Gets all the text content in the object, without the HTML tag. Generally used for Div, p, span, etc. without the value attribute of the element, equivalent to innertext.

Obj.val (): Gets the value of the object. Gets the value of the first element of a Selection object. Of course, this property is not limited to elements of value only, and is appropriate for form elements.

For example:

$ ("#source"). The result of HTML () is: Hello <textarea id= "text" >you,too</textarea>

$ ("#source"). The result of text () is: Hello You,too

$ ("#source"). The result of Val () is: ""

It can be seen that Val () obtains only the value of the object, and the div itself does not have a Value property, so its values are empty. Text () gets only plain text.

Use and difference of HTML (), text (), Val () in jquery

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.