"data" parameter to Ajax calls should be an object and not an array
"data" parameter to Ajax calls should be an object and not an array
mitar
Posts: 4Questions: 2Answers: 0
"data" parameter to Ajax calls should be an object and not an array. Currently it is an array you push to. This does not really work. It is expected to be a plain object. Maybe you should simply call "extend" before passing the array to jQuery?
This discussion has been closed.