Populate select elements dynamically from json data file using jquery
问题 I'am trying to create search box for state districts and villages , but I'am enable to fetch data into combobox. I have tried so many other way to get data into select boxes they doesn't work. Below is the code I've so far: HTML: <div class="dummy__item"> <select name="state_id" id="state_id" tabindex="1"> <option value="">-- Select state --</option> </select> </div> <div class="dummy__item"> <select name="district_id" id="district_id" tabindex="2"> <option value="">-- Select district --<