Is it possible to add the css class named color to the textbox define inside the javascript below?
<script type="text/javascript">
newTextBoxDiv.after().html('<label>Colors and price: #'+ counter + ' : </label>' + '<input name="colors[]" value="" >');
</script>
thanks