return ''
On Dec 6, 10:01 pm, weheh <richard_gor...@verizon.net> wrote: > Is it possible to write a web2py ajax call where the server returns > nothing? If so, how to do it? So far, I figure I *must* return at > least a jQuery command targeted at a dummy id. But I would very much > prefer to return nothing at all for simplicity sake, since I don't > want to update the browser window in any way.