この Kendo UI データソースがあります。データパラメータを渡そうとしています
transport: {
read: {
url: "http://clientstoprofits.paupertopresident.com/api/Schedule/Tasks_Read",
data:{
UserId:id,
startDate:startTime
},
dataType: "jsonp"
},
しかし、送信されているのは
Request URL:http://mydomain.com/api/Schedule/Tasks_Read?callback=jQuery19107631381487008184_1398210088201&_=1398210088207
この callback=Jquery* を取得する理由を誰か教えてもらえますか?