posted on September 1, 2017
I have a field
#q1 CSS class "countcheck"
I want to set the result of a count being run in my code as the value within this field.
$('.countcheck input').val() = count;
Something of that nature where I set the value of count within the field value.
0
0