Created
November 20, 2012 09:26
-
-
Save markjs/4116941 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
$('.dependent-demo4').dependentSelects({ | |
labels: ['District: ', 'Region: '], | |
placeholderOption: ['Select a district', 'Select a region'], | |
placeholderSelect: ['Please select a city', 'Please select a district'] | |
}); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment