Computer Science, asked by skarshadali8768, 1 year ago

How to trim a string using $.trim() in jQuery?

Answers

Answered by merielalex
2

Answer:

To trim a string in jQuery, use the trim() method. It removes the spaces from starting and end of the string.

Explanation:

Similar questions