Dynamic Dropdown menu through php
        Posted  
        
            by 
                Code_Ed_Student
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Code_Ed_Student
        
        
        
        Published on 2013-11-10T08:58:29Z
        Indexed on 
            2013/11/10
            9:53 UTC
        
        
        Read the original article
        Hit count: 253
        
JavaScript
|jQuery
I visited a website a few weeks ago and came across a dynamic drop down menu. I came across a functionality that I am now trying to replicate but do not know how. In the dropdown you picked the desired number of cars and then it reiterated input fields according to the number of cars chosen. I believe this was done through javascript and a loop was involved. Is there a term for this action or way to display things? Also an example of how to accomplish something similar would help?

© Stack Overflow or respective owner