I want to style an ul element created with js
<ul class="form"> ... <ul>
$("ul.form").css({ display: "none", color: "red", width, height & other style elements ... });