1つのセレクターを複数の入力フィールドに割り当てることは可能ですか?
タイムピッカー(jQuery-UI)を使用して、入力フィールドにタイムピッカーを割り当てています。しかし、入力フィールドごとにセレクターを作成する必要があることに気づきました。巨大な過負荷ですね。
セレクタ:
$('#timepicker').timepicker({controlType: 'select',timeFormat: 'HH:mm'});
入力フィールド:
<div class="large-1 columns"><input type="text" id="timepicker" placeholder="Start"></div>
<div class="large-1 columns"><input type="text" id="timepicker" placeholder="End"></div>
6
倍倍だから私は14の可能なタイムピッカー入力を持っています。
これは可能ですか?