remove whitespace before split jquery code example Example: javascript split and trim var arr = str.split(",").map(item => item.trim());