jquery实现选中单选按钮下拉伸缩效果

2020-05-23 06:24:14易采站长站整理

</span> <span class="ml20">
<input type="radio" value="C" name="radio-title" id="title-g">
<label class="ml5" for="title-g">单位</label>
</span> </div>
<div class="mt10 gname clearfix">
<div id="div1">
<label class="fl" for="g-name">单位名称:</label>
<input type="text" maxlength="50" name="g-name" id="g-name" style="width:200px; height:21px; line-height:21px;">
<span class="ml5 lower "></span> </div>
</div>
<div class="mt10 receipt-option clearfix">
<label class="fl" for="receipt-cata">发票内容:</label>
<select id="drpInvoiceType" name="drpInvoiceType">
<option value="">明细</option>
<option value="FS">服装服饰</option>
<option value="BG">办公用品</option>
</select>
</div>
<div class="ml60 mt10">
<input type="submit" value="提交">
</div>
</div>
</div>
</li>
</ul>
</div>
</body>
</html>

希望本文所述对大家的jquery程序设计有所帮助。