So im really having difficulties in understanding the parameters of $.getJSON(), Im currently in my OJT, and there is a AJAX request parameter that I cant figure out.
$.getJSON(jspGetElems, {elem: $(this).val()}).done(function(result){
//console.log('result',result);
});
what does the " {elem: $(this).val()} " actually mean?