I'm using .val()
to enter some data into a text box. However, when I go to click "add" I see that there is a disabled tag.
<input class="btn-primary action-submit" type="submit" value="Add" disabled="">
When I manually type in text, it disappears.
<input class="btn-primary action-submit" type="submit" value="Add">
Is there a way to remove it?