Answers for "trim value in jquery"

1

jquery trim

$.trim("    hello, how are you?    ");
OUTPUT : "hello, how are you?"
Posted by: Guest on August-20-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language