這是我想要的輸出。我希望date
將等於1並添加在總輸入中,並且在類中還有一個額外的x。我有一個表格,我想添加所有的不等於零
<div class="form-group{{ $errors->has('day1') ? ' has-error' : '' }}">
<label for="day1" class="col-md-4 control-label">Day 1</label>
<div class="col-md-6">
<div class='input-group date' id='day1'>
<input type='text' class="form-control" name="day1" value="0" readonly="readonly" />
<span class="input-group-addon">
<span class="glyphicon glyphicon-calendar">
</span>
</span>
</div>
</div>
</div>
你能ellaborate你想要的嗎? –
請加你輸入+你有這麼試過+你想要的是+ WHERE YOU STUCK.Only圖像是不會的,而不是圖像,以幫助您 –
分享相關的HTML,JS代碼。 –