Skip to content

Commit 8792454

Browse files
authored
Merge pull request #705 from hasanfardous/patch-3
Adding a new section section
2 parents 36bb3dd + e684721 commit 8792454

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

data/jquery.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@
359359
"code": "$(selector).not();"
360360
}
361361
]
362+
},
363+
{
364+
"title": "জেকুয়েরি - এজ্যাক্স",
365+
"items": [{
366+
"definition": "সার্ভারে HTTP GET রিকুয়েস্ট পাঠিয়ে কাঙ্ক্ষিত ডেটা পেতে",
367+
"code": "$.get('URL/file_name.ext', function(data, status){})"
368+
},
369+
{
370+
"definition": "সার্ভারে HTTP POST রিকুয়েস্ট এ কিছু ডাটা পাঠিয়ে এক্সিকিউটেড ডেটা পেতে",
371+
"code": "$.post('URL/file_name.ext', data, function(data, status){})"
372+
}
373+
]
362374
}
363375
]
364-
}
376+
}

0 commit comments

Comments
 (0)