If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
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 ...
Yet another dropdown chain (cascade) widget with select-or-add-new links capability. Note: Now is working with web2py 2.2.1 ...
Requires jQuery.form plugin ...
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) ...
Quick and dirty multi file ajax file upload with multi selection a drag and drop. Javascript plugin at http://valums.com/ajax-upload/ ...
list:string types do not come yet with pratical dynamic validator and widget so I wrote one. It handles list:string like text tags separated by comma ...
Shows tooltips in forms created via CRUD or SQLFORM with the field´s comment attribute. ...
I'm learning from the examples, but there isn't anything that actually returns master and detail records from the controller then renders them in the ...
Minimal but complete example that shows one way to display and update live graphics with JQuery and JSON. ...
This is a simple example of how to get started with jqGrid on web2py ...
This is another autocomplete widget example ...
It allows multiple forms (2) on the same page using JQuery Tools and iframe. ...
This is a very easy way to make an ajax live search using JQuery , xHTML , CSS and Web2Py on the server side ;-) ...
This is a (overly)simple autocomplete widget using the pengoworks jQuery plugin. I used it because it works and I am too lazy to download the files a ...
This is a helper module that I wrote for web2py that lets you do some interesting and useful things with client side script. You can manage resources ...
This is a simple example of how to retrieve JSON data from the server and consume it with jQuery. ...