Skip to content

Instantly share code, notes, and snippets.

@andreia
Created November 30, 2010 11:04
Show Gist options
  • Save andreia/721516 to your computer and use it in GitHub Desktop.
Save andreia/721516 to your computer and use it in GitHub Desktop.
$(function(){
$("#frmCadastro").relatedSelects({
onChangeLoad: 'retornaDados.php',
loadingMessage: 'Carregando, por favor aguarde...',
selects: ['cenId', 'curId', 'disId'],
disableIfEmpty: true,
onEmptyResult: function(){
alert('Não existem opções disponíveis para ' + $(this).find('option:selected').text() + '!');
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment