【发布时间】:2014-07-22 01:39:22
【问题描述】:
我想使用 jquery 从输入类型文本中删除属性 id="latlongclicked
<div id="divloc">
<hr>
<label>Address(optional)</label>
<!--<label class=" remove btn " >Remove</label>-->
<input name="addr[]" class=" form-control" type="text" placeholder="Address"></input>
<label>Location(required)</label>
<input name="loc[]" class="form-control" type="text" required="true" placeholder="Location" id="latlongclicked" name="location" readonly></input>
<p class="description" style="font-size:10px;">Click on google map to set your location </p
</div>
【问题讨论】:
标签: jquery