skip to Main Content

Why can't I import jquery?

I am trying to use jquery to get a random fact. However I got alot of errors whilst trying to use ajax, after changing the way i defined $ or jquery alot of times it still hasn't solved it. I…

VIEW QUESTION

Jquery Post with dynamic key

I would like to send a post request. But I have to change the key. function call(obj) { console.log("Call " + obj.value); if (obj.value == 1) { $.post( "index.htm", { '"webdata".web[1].Taster': '1'} ); } I would like to change [1]…

VIEW QUESTION
Back To Top
Search