Profile
Achievement
ndnichols's Recent Snippets
- All /
« Prev 1 Next »
This is a @property to take care of jsonp stuff if you're using CherryPy.
In your Javascript, (you're using JQuery, right?) you can do
`
$.ajax({url:"localhost:8080/MyMethod", data:{'arg1':'foo'}, dataType:"jsonp", success:onMyMethodComplete});
`...
0
655
posted 15 years ago by ndnichols