How can I get the length of text entered in a textbox using jQuery?
var myLength = $("#myTextbox").val().length;