Skip to content

Instantly share code, notes, and snippets.

@brobertsaz
Created September 15, 2012 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brobertsaz/3729944 to your computer and use it in GitHub Desktop.
Save brobertsaz/3729944 to your computer and use it in GitHub Desktop.
js_1
var initSubOptions = function(){
$('#selected_share_type').change(function() {
populateSubOptions($(this).val());
});
};
$(document).ready(function(){
initSubOptions();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment