skip to Main Content

Append text to class when id changes – Jquery

I try to append text when some id changes. <div class="col-sm-1"> <input name="stime" type="text" class="form-control" id="stime" placeholder="00:00" required maxlength="5" /> <span class="form-control-feedback"></span> </div> When id stime changes, I want to append a text to the form-control-feedback class. This is my…

VIEW QUESTION
Back To Top
Search