Skip to content

Instantly share code, notes, and snippets.

View mrOrlando's full-sized avatar
👩‍💻
coding

Yury Karaliuk mrOrlando

👩‍💻
coding
View GitHub Profile
$.ajax({
method: 'POST',
url: url('ClassName', 'json_method'),
data: {
"id": id,
"name": name
},
dataType: 'json',
success: function(data) {
console.log('data: ', data);