Help for this page

Select Code to Download


  1. or download this
    function aux_state(aux){
            $.get(host +'/get_aux/' + aux, function(state){
    ...
                return state;
            });
        }