ndnichols


Member since 06/03/2009

1 snippets

445 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

ndnichols's Recent Snippets



« 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 516 posted 14 years ago by ndnichols
« Prev 1 Next »