Posts Tagged ‘jQuery’

Validating and Styling HTML Forms

July 14th, 2010

An example and explanation of one method of validating a form using jQuery. Also, some tips on how to style a form.

CSS, Javascript / AJAX

Creating Your First jQuery Plugin

October 30th, 2009

Creating jQuery plugins is very easy. This simple tutorial will get you started creating your own plugins.

Javascript / AJAX

AJAX login using jQuery

June 17th, 2009

HTML and javascript using jQuery that functions as a simple user login form. Also included a PHP file for testing.

Javascript / AJAX