I am trying to get the output of my jQuery in google when displaying. However my jQuery does not work anymore and it keep displaying this debugger:///VM###.
This is my code:
$(document).ready(function () {
var getJsonData = $.getJSON("json/travel.json")
.done(function (data) {
console.log("hello");
});
Method I have tried:
- clear console
- restarting computer
- restarting app
- refreshing my cache
Did it save to the server? Any solution or advice? Thanks!