jQuery - Strip whitespace around string
Remove white space characters from beginning and end of string.
Remove white space characters from beginning and end of string.
Removes newlines, spaces, none breakable spaces and tabs from start and end of string.
$.trim({{string}})