ValueError: Неверное количество пропущенных элементов - значение и предложения?

    <script>
    function showValues() {
        var str = $("form").serialize();
        $.post('loginUser.html', 
        str,
        function(responseText, responseStatus, responseXML){
            if(responseStatus=="success"){
                window.location= "adminIndex.html";
            }
        });     
    }
</script>
30
задан Gary 4 April 2017 в 13:50
поделиться