I send an Ajax GET request with this code:
//...Тут объявлены переменные $.ajax({ type: "GET", url: "//url.com/m.php", data: "bm="+bm1+"&me="+me1, });
You need to go to this page (url.com/m.php) with the given parameters in data. I guess I need to write success: function () {}, but what exactly is there to write?