HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/users/mefccpc/cwp_theme/original/js/modules/
Upload File :
Current File : //usr/local/cwpsrv/var/services/users/mefccpc/cwp_theme/original/js/modules/testmodule.js.twig
console.log();
$("#btn_hi").click(function (){
    $.ajax({ type: "POST", url: "./{{users}}/index.php?module=testmodule&acc=regards",
        complete: function(datos){
            alert(datos.responseText);
            return false;
        }
    });
    return false;
});