How can I select all textboxes and textareas, e.g:
and
$("**:**input[type=text], :input[type='textarea']").css({width: '90%'});