Search
 
SCRIPT & CODE EXAMPLE
 

HTML

append html form element

<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
        <script>
            $(document).ready(function () {
                $(".add_exp1").click(function(){
                    $(".exp").append('<br><label for="exp">Another Work Experience<br><br>Company Name:    </label>' +
                        '<input type="input" style="width: 60%;" class="form-control" id="company_name" placeholder="Company Name">'+
                        '<br>'+
                        '<label for="exp"><br><br>Position:    </label>'+
                        '<input type="input" class="form-control" id="position" placeholder="Position">'+
                        '<label for="bday">               Duration:'+
                        '   </label>'+
                        '<input id="date-picker-2" type="date" class="date-picker form-control" placeholder="Date Started"/>'+
                        '<input id="date-picker-3" type="date" class="date-picker form-control" placeholder="Date Ended"/> <input type="checkbox"'+
                        'id="present" value="present"> Present'+
                        '<br><br><br>');      

                });

            })


        </script>
Comment

PREVIOUS NEXT
Code Example
Html :: html video tag play button overlay 
Html :: how to work on portfolio in html and css 
Html :: assign multiple attributes by destructuring props react 
Html :: bootstrap color a div 
Html :: host github pages with index index.html in folder 
Html :: handlebar js basic example 
Html :: html div horizontal 
Html :: HTML5 Video tag not working Safari iPhone iPad video webpage supported 
Html :: best slider library 
Html :: how to enter through a button that is closed in a html code 
Html :: tmp input field set info 
Html :: html text bold 
Html :: como limpar as informações de uma tabela html 
Html :: web application vs website 
Html :: spellcheck html 
Html :: tags semanticas 
Html :: alpinejs event target 
Html :: angularjs call js function 
Html :: how to convert html to jpg 
Html :: bulma title 
Html :: css without separate file 
Html :: qr code sccanner 
Html :: lucky draw wheel html 
Html :: if the page is opened so count and put it to the value of hidden input 
Html :: how to 
Html :: Magento Reindex Error : Catalog Search index process unknown error: "-//IETF//DTD HTML 2.0//EN" 405 Method Not Allowed 
Html :: free android apk 
Html :: continuous slider html 
Html :: como ir para outra página em html 
Html :: form bem naming 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =