How do you get the length of a string in jQuery? Answer You don’t need jquery, just use yourstring.length. See reference here and also here. Update: To support unicode strings, length need to be computed as following: or create an auxiliary function
How do you get the length of a string in jQuery? Answer You don’t need jquery, just use yourstring.length. See reference here and also here. Update: To support unicode strings, length need to be computed as following: or create an auxiliary function