Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

input type text click button

<div class="input-group">
  <span class="input-group-btn">
    <a id="lfm" data-input="thumbnail" data-preview="holder" 
		class="btn btn-primary">
          <i class="fa fa-picture-o"></i> Выбирать
	</a>
 </span>
<input id="thumbnail" class="form-control" type="text"
name="filepath" required value="{{ old('filepath', '') }}"
                                       onclick="getElementById('lfm').click()"/>
                            </div>
 
PREVIOUS NEXT
Tagged: #input #type #text #click #button
ADD COMMENT
Topic
Name
5+3 =