javascript - a href is not working on bootstrap 3.0 -
trying convert following bootstrap 3.0. how not working. appreciated.
<input type=text class="form-control" name=m_id value="{m_id}" maxlength=16 required fld_esssential option=regid label="id" placeholder="id> <input type=hidden name=chk_id required fld_esssential label="id-doublecheck"> <a href="javascript:chkid()" class="btn btn-primary">id check</a>
at end of first line have unclosed quote.
placeholder="id so it's asigning until quote closed:
placeholder= "id> <input type=hidden name=chk_id required fld_esssential label="
Comments
Post a Comment