<div class="row"> <div class="container"> <div class="col-md-offset-3 col-md-6 col-md-offset-3"> <div class="input-group"> <span class="input-group-btn"> <input type="text" id="txtGlobalSearch" class="form-control" placeholder="Search Site..." onkeypress="return submitglobal(this, event);"/> <button type="button" class="btn btn-default" runat="server" onclick="GlobalSearch(); return false;"><span class="glyphicon glyphicon-search"></span></button> </span> </div><!-- /input-group --> </div><!-- /.col-md-12 --> </div><!-- Container --> </div><!-- Row -->
This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. Thank you!
Wednesday, July 15, 2015
Boot Strap Search Box with glyphicon glypicon-search
Adding to Code Library OPEN SOURCE
No comments:
Post a Comment