I have created a countries, cities and customers table and i\'m trying to ensure that when I add a new customer from a drop down I can select a country and then a city related t
You can try Chained Selects Plugin for jQuery Chained Selects Plugin for jQuery and Zepto
Required Source files:
ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js jquery.chained.min.js
Example:
$(document).ready(function() { $("#cityId").chained("#countryId"); });