Hi, I'm trying to get the text of a span tag and add it to a hidden field, any ideas how this is possible with jquery.
thanks
<form>
<span class="descriptionsPizza">EXTRA CHEESE</span>
<input name="textfield1" type="text" id="textfield1" class="valfield" size="2" maxlength="2" value="0" />
<span class="descriptionsPizza">HAM</span>
<input name="textfield1" type="text" id="textfield1" class="valfield" size="2" maxlength="2" value="0" />
</form>
so i'd like to add the EXTRA CHEESE to a hidden field.