Commit 8b4d88b6 by Manzar Hussain

update jquery

parent 4612f205
...@@ -96,10 +96,12 @@ ...@@ -96,10 +96,12 @@
"x-rapidapi-host": "apidojo-yahoo-finance-v1.p.rapidapi.com" "x-rapidapi-host": "apidojo-yahoo-finance-v1.p.rapidapi.com"
} }
}; };
$(document).ready(function(){
$.ajax(settings).done(function (response) { $.ajax(settings).done(function (response) {
console.log(response); console.log(response);
}); });
});
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment