Change the var value and load the php page

0

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'
        });
    }) 
};
    
asked by anonymous 11.08.2016 / 19:23

0 answers