Tuesday 1 January 2013

Fancy Radio Button Switch using Jquery and CSS

This tutorial teaches you how to create a simple and nice looking switch that triggers two radio buttons within a div.
If JavaScript is disabled on a user's browser, the script will just display the two radio buttons with their labels.
This is a very simple to understand tutorial as you do not need to configure any thing with very few lines of code.

Fancy Radio Button Switch using Jquery and CSS

Dynamically Add Form Input Boxes and Submit using Ajax, Jquery and PHP

This tutorial teaches you how to dynamically add form inputs to or remove form inputs from your application using Ajax, Jquery and PHP.

There are situations where you may need to build an application that may require the features of allowing the users of your system to dynamically add or remove form input boxes to/from your application before certain tasks can be accomplished.

This tutorial brings an end to such problems.

The system is very easy to understand and customize with proper programming codes comments. 


Dynamically Add Form Input Boxes and Submit using Ajax, Jquery and PHP