Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    Doesn't work from my code... can't catch the reason. When I enter the method parameter is null. Commented Feb 2, 2012 at 9:29
  • 3
    sorry you would have to use JSON.stringify([1,2,3]) i have edited the answer Commented Feb 2, 2012 at 9:44
  • @Daniel it works for me too but, i have one question. why didn't matter what array name is ("ints")? Normally if data: { BasvuruId: BasvuruId}, in js , Variable name must be same (BasvuruId) in action. Commented Jan 9, 2014 at 13:47
  • dataType:"json" is often overlooked... at least, by me. Commented Aug 10, 2019 at 19:57