Home  >  Article  >  Web Front-end  >  Synchronously update the content in the input

Synchronously update the content in the input

巴扎黑
巴扎黑Original
2016-11-25 14:30:481334browse

HTML:

                                                                       " name="srinterfaceip" class="form-control" id="srAddress" placeholder="Please enter the interface address"/>
                                                                                                          label class="control-label" for="interfaceAddress">logical address                                                                          ​"Please enter the interface address" />
                                                                                                                                                                                                                                                                     ){
      $("#logicalAddress").val(this.value);
    });

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn