Sunday, May 26, 2013

Passing data manually in ajax

Make the data attribute in ajax call as follows:

data: {
    userId: onlyID,
    credoff: credoff
},

No comments:

Post a Comment