Проверка, пересекаются ли две кубические кривые Безье

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