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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -