Answers for "get the first word from a string jquery"

0

get the first word from a string jquery

$('element').text().split(' ')[0]
Posted by: Guest on September-03-2020
0

get the first word from a string jquery

$('element').text().split(' ')[0];
Posted by: Guest on September-08-2021

Code answers related to "get the first word from a string jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language