[Solved] Dynamic Drop down values based on another dropdown [closed]
You have given no HTML or any script you have tried yourself as such the below should serve as a good template for you to get started. DEMO – Cascading dropdowns, show managers for selected department Assuming the following HTML <div> <div style=”float: left;”> Select Department <br /> <select id=”departments”></select> </div> <div style=”float: left; margin-left: … Read more