[web2py:25985] Re: ajax + jquery

2009-07-08 Thread kozo
ty alot annet didnt know about the plugin... has all i need --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe fr

[web2py:25954] Re: ajax + jquery

2009-07-08 Thread kozo
Manufacturer Type Size Amount {{=SELECT(*Manufacturer,**dict (_name='Manufacturer', _id="Manufacturer", _onchange="ajax('_search', ['number','Manufacturer','Type','Size'],'target')"))}} {{=SELECT(*Type, **dict(_name='Type', _id="Type", _onchange="ajax('_search', ['number','Manufacturer',

[web2py:25923] ajax + jquery

2009-07-07 Thread kozo
hi all, i need a basic understanding of ajax^^ i have a dynamic table filled with an ajax call.i want to paginate the table with an jquery plugin. my problem is when i put the script into the ajax page, it paginates well but doesnt get transportet into target div of mainpage. there i get full l

[web2py:25922] ajax and plugins

2009-07-07 Thread kozo
hi all, i need a basic understanding of ajax^^ i have a dynamic table filled with an ajax call.i want to paginate the table with an jquery plugin. my problem is when i put the script into the ajax page, it paginates well but doesnt get transportet into target div of mainpage. there i get full l

[web2py:25345] SELECT + AJAX

2009-06-30 Thread kozo
Sorry for my newb question, i have a simple select SELECT(*Type, **dict(_name='Type')) and i want it to fire an ajax action assoon i select an item i tried SELECT(*Type, **dict(_name='Type', _onchange="ajax('_search', ['Type'],'target'))) but nothing happens ty all --~--~-~--~~