I need one help.I need to add placeholder dynamically into the input field in a loop using Javascript.Let me to explain the code below.
<input class="form-control oditek-td-blank1" placeholder="e.g:9 AM-10AM" >
Now here my placeholder value e.g:9 AM-10AM i need to add this in a loop means in first itretion it will be e.g:9 AM-10AM in second itretion it will be e.g:10 AM-11AM and so on upto 6 times.Here 6 input field will create and 6 placeholder with different value as given will create dynamically.Please help me.