SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery way to change value on text input field is:
$('#colorpickerField1').attr('value', '#000000')
this will change attribute value for the DOM element with ID #colorpickerField1 from #EEEEEE to #000000
value
#colorpickerField1
#EEEEEE
#000000