I have a <span>
which contains a list of skills separated by a comma and a space. Now with jQuery or with CSS (if possible) I would like to get only the skills without the ", "
.
So if I have the skills like: Photographer, Designer
I need to separate those skills and store each skill in an JavaScript array.