"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

"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.