I have the following Ajax request that is supposed to retrieve some data to insert inside a div: $.ajax({ url: "work/mywork.php", data: { data_string: JSON.stringify({pages_count: 2, page: 1})...
0 Vote
1 Answer
175 Views