Onchange does not work, it only works on the first selection, then it does not. ideas ??
function getComboA(sel) {
$(document).ready(function(){
var id = sel.value;
$('#frontend').bcp({
'ID': id,
'loadURL': 'bcp/db/carrega.php',
'sendURL': 'bcp/db/send.php'
});
})
};