If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
simple example showing how to use the ajax method to insert records as child records for parent record. ...
Sometimes you want to manage users and their membership at the same form.. this one of the possible solutions ...
This is improved version of my previous dropdown. This one doesn't "remove" the second drop down when it's updated so it looks very natural and user d ...
This is an extension of ochiba77's slice. This doesn't use a db to get the data for the dropdowns. ...
Yet another dropdown chain (cascade) widget with select-or-add-new links capability. Note: Now is working with web2py 2.2.1 ...
Thank you Juan Funez for the idea. https://groups.google.com/group/web2py/browse_thread/thread/1bed807214ecaab5# ...
Requires jQuery.form plugin ...
This is how you can modify web2py_ajax.html to make your upload fields work in LOADed components (web2py_component(), web2py_ajax_page()) with little ...
lean and small plugin for star rating. support split stars, can be used more than one times in a page (for same record or different ones), If origin ...
insert and delete in database using ajax and show in view (gmail uses ajax for deleting) ...