I was wondering lets say you have a table in the database called users
and you perform the sql query

select * from users where userid=userid limit 10

Now in jQuery how would you do a ajax call to a web2py page and have
jquery process the data onto the client.  Does web2py translate a page
into JSON?



Reply via email to