jQuery Form

TwitterFacebook
Get flash to fully experience Pearltrees
Welcome, guest | Sign In | My Account | Store | Cart ActiveState Code » Recipes Add a Recipe Languages Tags Authors Sets Popular Python recipes Tags: http://code.activestate.com/recipes/langs/python/

Popular Python recipes « ActiveState Code

Uniform - Sexy forms with jQuery

Sexy form elements with jQuery. Now with HTML5 attributes! Version 2.1.1 Works well with jQuery 1.6+, but we've received patches and heard that this works with jQuery 1.3. http://uniformjs.com/#example
http://wiki.python.org/moin/WebFrameworks

WebFrameworks

A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications ) or services without having to handle such low-level details as protocols, sockets or process/thread management. The majority of Web frameworks are exclusively server-side technology, although, with the increased prevalence of AJAX, some Web frameworks are beginning to include AJAX code that helps developers with the particularly tricky task of programming (client-side) the user's browser. At the extreme end of the client-side Web Frameworks is technology that can use the web browser as a full-blown application execution environment (a la gmail for example): see Web Browser Programming for details.

A jQuery inline form validation, because validation is a mess «

When it comes to form validation, it’s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. This is something I tried to remedy with this script. When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don’t have to worry about your HTML form structure. http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
HTML DataGrid

http://www.webdesignshock.com/jquery-forms-plugins-tutorials/ 5 years ago, web developers and most programmers were forced to do tons of things in order to program accordingly a website, from the basic layout to defining all the different variables and actions that give life to the site. Developers often utilized JavaScript in some part of the process to facilitate the construction of many different webpages; though JS definitely helped out developers, there were still a lot of things that made them consume dozens of time and achieve minimal results. But since the debut of the powerful framework jQuery, things changed forever. jQuery can be used for many things, from developing fancy animations to simply spice up ordinary designs that were previously difficult to do.

jQuery forms, 100 best