Welcome To Snipplr


Everyone's Recent Python Snippets Tagged jquery



« Prev 1 Next »
A simple Ajax database app built with the Karrigell web framework for Python; PyDbLite, a non-SQL Python database engine; and JQuery in the browser
0 496 posted 13 years ago by jcastell
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 523 posted 14 years ago by ndnichols
« Prev 1 Next »