Commit 8b4d88b6 by Manzar Hussain

update jquery

parent 4612f205
......@@ -96,10 +96,12 @@
"x-rapidapi-host": "apidojo-yahoo-finance-v1.p.rapidapi.com"
}
};
$.ajax(settings).done(function (response) {
$(document).ready(function(){
$.ajax(settings).done(function (response) {
console.log(response);
});
});
</script>
</body>
</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