Joan Piedra schrieb:
> Just change it to the default value.
> 
> $('#edit-taxonomy-6').css('visibility','visible');

You can also completely remove the inline style by passing an empty 
string (that may be useful for printing in other situations):

$('#edit-taxonomy-6').css('visibility', '');


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to