Category: Scripting

18

Apr

AJAX Tabs (Rails redux)

Visit actsasflinn.com/Ajax_Tabs/index.htmlThe purpose of doing Tabs in Ajax is not just to do something in Ajax. The context for which this is used is not for novelty. In this demo we are using Ajax to load information that does not need to be retrieved every time the user pulls the record…

18

Apr

JavaScript Form Validation

Visit www.w3schools.com/js/js_form_validation.aspJavaScript can be used to validate input data in HTML forms before sending off the content to a server.

18

Apr

Form validation with JavaScript

Visit www.elated.com/articles/form-validation-with-javascriptShows you how to write a script that ensures your form is filled in correctly before it's sent to your server. Great for required fields such as email addresses!

18

Apr

JavaScript Form Validations Made Easy!

Visit www.javascript-coder.com/html-form/javascript-form-validation.phtmlA simple and easy to use form validation script.

18

Apr

YUI Unobstrusive Javascript Validation

Visit blog.jc21.com/2007-02-05/yui-unobstrusive-javascript-validationEver since I started creating web forms, I have been implementing some sort of javascript validation…

18

Apr

JSLint, The JavaScript Verifier

Visit www.jslint.com/The JavaScript Verifier - validation for javascript

18

Apr

Validate.js

Visit webcoder.info/downloads/validate.htmlA powerful generic form validator.

18

Apr

Control.Tabs : Unobtrusive CSS Tabs for Prototype

Visit livepipe.net/projects/control_tabsControl.Tabs is a JavaScript library for creating accessible, flexible & unobtrusive tabbed interfaces in your applications or pages. It uses anchors and element ids to function, so browsers that do not support JavaScript will still be able to navigate…

18

Apr

Accessible, unobtrusive JavaScript tabs with jQuery

Visit stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jqueryHere is a jQuery plugin that lets you create JavaScript tabs very easily - once you assembled the HTML with just one line of JavaScript code.