Applying JQuery UI css to a textarea element

Posted by Felix Guerrero on Stack Overflow See other posts from Stack Overflow or by Felix Guerrero
Published on 2010-05-09T08:16:13Z Indexed on 2010/05/09 8:18 UTC
Read the original article Hit count: 258

Filed under:
|
|

Hi. I'm using JQuery UI for a web based development at the University. I got some forms that I put into a dialog, so I got elements like

<label for="name">ID user</label><input type="text" name="iduser" size="15" id="iduser" class="text ui-widget-content ui-corner-all" maxlength=12  />

But I got some textarea elements like

<label for="name">Description</label><textarea name="description" id="description" class="text ui-widget-content ui-corner-all" value=""></textarea>

The issue: textarea is not taking the css as inputs does, I mean, I got corner rounder textarea as input texts but the font size and font family don't.

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about jQuery