Skip to content

Instantly share code, notes, and snippets.

View Fypex's full-sized avatar
🏠
Working from home

Maksim Grishchenko Fypex

🏠
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
/*! For license information please see main.52192f17.chunk.js.LICENSE.txt */
(window.webpackJsonp = window.webpackJsonp || []).push([
[6],
{
"/zHl": function (e, t, r) {
"use strict";
r.d(t, "c", function () {
return i;
}),
r.d(t, "g", function () {
$('#id-нажатой кнопки').click(function() {
var data = $('#id-формы').serializeArray();
$.ajax({
url: '/login',
type: 'POST',
dataType : 'JSON',
data: data,
success: function(data) {
},
function dump($data)
{
echo '<pre>';print_r($data);echo '</pre>';
}