updating data with JavaScript functions not working properly – Jquery ajax
I want to send an Ajax request when clicking a button but it seems my request is never executed. Here is my HTML code : <!DOCTYPE html> <html lang="en"> <head> <title>User Form</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet"…