Answers for "get the first character of a string in jquery"

0

how to get the first letter of a string in jquery

var header = $('.time'+col).text();
alert(header.charAt(0));
Posted by: Guest on May-24-2021

Code answers related to "get the first character of a string in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language