I used this code to split the selected choices from a previous question.
var bullets = jQuery("#"+this.questionId+" .bullets"); var ul = bullets.hide().after("
It worked, but one of the choice text has a comma, so it split that choice text into 2. How can I fix it?