how to remove last comma separated values in jquery code example Example: remove last comma from string javascript str = str.replace(/,\s*$/, "");