Hi,
On Mon, Sep 12, 2011 at 4:57 AM, Noel Villamor wrote:
> I have a button which does the following callback:
>
> ajax('{{=URL('callback')}}',['btn1'],':eval');"
>
> Then I have the following callback function in my controller:
>
> def callback():
>db(db.tbl.id==100).update(data='sampledata
On Sep 11, 2011, at 7:57 PM, Noel Villamor wrote:
> I have a button which does the following callback:
>
> ajax('{{=URL('callback')}}',['btn1'],':eval');"
>
> Then I have the following callback function in my controller:
>
> def callback():
>db(db.tbl.id==100).update(data='sampledata')
>
I have a button which does the following callback:
ajax('{{=URL('callback')}}',['btn1'],':eval');"
Then I have the following callback function in my controller:
def callback():
db(db.tbl.id==100).update(data='sampledata')
jquery = ???
return jquery
I can use jquery = "alert('Lame ta
3 matches
Mail list logo