Practise
web development course reference
Tuesday, December 6, 2022
KIRTISHIL PATIL
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Kirtishil Patil
api calls using fetch
fetch('https://jsonplaceholder.typicode.com/users') .then(res => res.json()) .then(json => console.log...
ajax
$.ajax({ url : ".php file path.php", method : "POST", data : JSON.stringify(param), success : function(res)...
Media Query
<!doctype html> <html lang="en"> <head> <title>media query</title> <!-- Required meta ...