$.getJSON with json's dataType and formData
Hi,
I'd like to ask how can I use $.getJSON together with
dataType: "json" and pass a formData to it's data like similar to the ajax's way:
var formData = new FormData();
formData.append("savanna_account", 1000);
Thanks,
Jassim