I currently calculate a random value with jQuery and save it to a variable.
I want this variable to be the value of:
<input type="text" class="mastery_num" name="mastery_num" id="mastery_num" value="VALUE_FROM_JQUERY"></input>
How can I do this?
|
I currently calculate a random value with jQuery and save it to a variable. I want this variable to be the value of:
How can I do this? |
||||
|
|
|
You're looking for
|
|||
|
|
Plain JavaScript version, for future viewers:
|
||||
|
|