[Solved] $.ajax $ is not defined with json
<!DOCTYPE html> <html> <head> <title>kek</title> <link rel=”stylesheet” type=”text/css” href=”https://stackoverflow.com/questions/30492466/css/kek.css”> <script src=”http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js”></script> <script src=”https://stackoverflow.com/questions/30492466/js/kek.js”></script> </head> <body> <table id=”personDataTable”> <tr> <th>Id</th> <th>First Name</th> <th>Last Name</th> </tr> </body> </html> 2 solved $.ajax $ is not defined with json