I'm using JQuery to try to select the textboxs on a form that are not disabled. My efforts have been fruitless since I don't know how to select all the input[type="text"] but also are not set to disabled.
result so far:
$('#signature INPUT[type="text"]');