Projects tagged ‘jquery’ and ‘validation’


[18 total ]

0 Users

This jQuery Pluggin allow display and manipulate data from the browser easily, may have the appearance you like, a grid of data, a web form or a paginated lists. It uses XML, XSLT, CSS, jQuery and.
Created 5 months ago.

0 Users

Simple jQuery plugin for client-side form validation.
Created 11 months ago.

0 Users

ASP.NET MVC Validation Library addresses the need of validating data rules for business entities at both server-side and client-side.
Created 10 months ago.

0 Users

jQuery.validityNow In Version 1.0.2!Visit the main project site at http://validity.thatscaptaintoyou.com/ jQuery.validity is an elegant and powerful jQuery plug-in you can use to setup client-side ... [More] form validation. Instead of writing validation manually or balancing some unwieldy server-side framework, validity allows you to design client-side validation in a manner that feels natural and straightforward. jQuery.validity is easy to learn and use in simple validation scenarios, but it's also designed to cleanly and naturally tackle more complected, dynamic or conditional scenarios. jQuery.validity takes advantage of jQuery's selector engine to perform validation on logical groupings of inputs: making it very declarative and clean. This means that the inputs on a page can be added, removed or changed and validation will still work without having to be reconfigured. jQuery.validity is also designed to give you total control over how validation failures are handled so you can easily and naturally adapt the way validation errors are displayed to the look and feel of your site. In short: Validity was concieved with three goals: Easy Setup: Validity employs the principle of Convention Over Configuration to aid in keeping code manageable and semantic. Very little work is required to enable Validity for a page. Unobtrusive Javascript: Using Validity will have almost no effect on the semantics of your markup. Additionally, Validity will degrade gracefully and leave no residuals in browser environments where Javascript is disabled or unsupported. Customizable Appearence: Validity is an effort to deliver a solid core-library of validation tools that can be used in any web-design. Therefore, in order to be truly versatile, Validation logic is separated from the way it displays errors. With Validity, you, the developer, have full control of error handling and adapting it to the design of your page. [Less]
Created 8 months ago.

0 Users

PHP jQuery Validation plugin classThis PHP class complements the jQuery Validation plugin to provide server-side form validation with the same rules used in the jQuery Validation Plugin for the ... [More] client-side. The goal of the class is to have a single place where all form validation is handled, with uniform error messages and presentation. Licence: MITCopyright (c) 2009 Yes2web - Internet Solutions Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [Less]
Created 2 months ago.

0 Users

The Validator Toolkit provides a set of validators for the ASP.NET MVC framework to validate HTML forms on the client and server-side using validation sets. By defining a validation set, e.g. a ... [More] LoginValidationSet class, the toolkit will generate code. [Less]
Created 10 months ago.

0 Users

This project is home of the jQuery plugins provided by http://bassistance.de/jquery-plugins/ Previously these were on SVN repository of jQuery itself, which isn't practical anymore these days.
Created 4 months ago.

0 Users

Prior to using JQuery, I had developed Javascript object that validated forms prior to submission. I got the basic concept (and some code) from the book, “Beginning Ajax with PHP” by Lee Babin. I ... [More] modified it a great deal. Once I began using JQuery, I converted the Javascript object to a JQuery plugin. Unlike most validation plugins which validate input on exit of the field (onBlur), the imValidateForm plugin validates the entire form once the user clicks the submit button. The plugin also handles the submission (ajaxally, of course) and allows you to disable the submit button to prevent double-clicking. The imValidate plugin will validate the following: Required Fields/Exclude Values Valid Email Either/Or (Either input 1 or input 2 must be entered) Valid values (Must be equal to) Checked Values (is the field checked) Is Numeric Is Alpha Only Meets Condition (==, !=, <, <=, >, >=) To view the documentation, go to: http://grasshopperpebbles.com/ajax/jquery-plugin-imvalidateform/ To view a demo, go to: http://grasshopperpebbles.com/demos/ [Less]
Created 4 months ago.

0 Users

jQuery.validation.jsを書き直したものです。 併せてjQselectableも公開予定です。
Created about 1 month ago.

0 Users

The ValidForm Builder is a PHP and JavaScript library that simplifies the often tedious creation of standards based web forms. Correct field validation of forms is an often overlooked problem and can ... [More] lead to serious security issues. Building a form and adding validation to it was never that easy. The API generates XHTML Strict 1.0 compliant code. Field validation on the client side to minimize traffic overhead. Field validation on the server to enforce validation rules and prevent tempering with the form through SQL injection. Client side validation displays inline to improve user satisfaction. No more annoying popups that don't really tell you anything. Creation of complex form structures. Uses the popular jQuery Javascript library for DOM manipulation. Completely customizable using CSS rules. Automatic creation of field summaries for form mailers in HTML and plain text. Why use the ValidForm Builder?Super fast web form creation. Get rid of SQL injection problems. Create standards based CSS forms. No tables inside. Make form entry fun for the user. More feedback from your website. [Less]
Created 10 months ago.