Quick question:
How can I replace data by a variable?
$.getJSON('getdata.php', {data: 'hello'}, function(jsonResult) {
Just to be clear, i do not mean 'hello'
Quick question:
How can I replace data by a variable?
$.getJSON('getdata.php', {data: 'hello'}, function(jsonResult) {
Just to be clear, i do not mean 'hello'