Assuming I have how can I change the value of verticalList using jquery?
Try a combination of addClass and removeClass
addClass
removeClass
$(selector).removeClass('verticleList').addClass('newClass');
Also, did you mean: vertical