小白来请教个Jquery的问题, 请大家多多忙, 关于动态构造元素。。。
<div id="dialog-form" title="Create new user">
<p class="validateTips">All form fields are required.</p>
<form>
<fieldset>
<legend>kkkkkkk</legend>
<label for="name">Name</label> <input type="text" name="name" id="name" class="text ui-widget-content ui-corner-all" />
<label for="email">Email</label> <input type="text" name="email" id="email" value="" class="text ui-widget-content ui-corner-all" />
<label for="password">Password</label> <input type="password" name="password" id="password" value="" class="text ui-widget-content ui-corner-all" />
</fieldset>
</form>
</div>