Skip to content

Instantly share code, notes, and snippets.

@markjs
Created November 20, 2012 09:26
Show Gist options
  • Save markjs/4116941 to your computer and use it in GitHub Desktop.
Save markjs/4116941 to your computer and use it in GitHub Desktop.
$(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