skip to Main Content

it shows uncaught referenceError :$ is not defined. whats the exact matter cant understand – Jquery ajax

<!doctype html> <html> <head> <meta charset="UTF-8"> <script type="application/json" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <style> th{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font: bold; text-align: center; } td{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; text-align: center; }…

VIEW QUESTION
Back To Top
Search