How do you get the length of a string in jQuery?
feedback
|
|
| |||||||||||||||||||||
feedback
|
|
jQuery is a JavaScript library. You don't need to use jQuery to get the length of a string because it is a basic JavaScript string object property.
| |||||
feedback
|
|
You don't need to use jquery.
n will be 3. | |||
|
feedback
|
|
/* HTML */
/* SCRIPT */
===== RESULT ===== 10 | |||
|
feedback
|
|
A somewhat important distinction is if the element is an input or not. If an input you can use:
otherwise if the element is a different html element like a paragraph or list item div etc, you must use
| |||
|
feedback
|
protected by Piskvor Sep 16 '11 at 15:44
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.