JOOMLA FICTION LAB

How to reset or clear a form with jQuery

by minitek Thursday, 16 February 2012 11:16
With the jQuery Form Plugin you can easily clear the form elements by clicking on a button and empty all text, password, textarea, select, radio and checkbox inputs.

How to fade a div element with jQuery

by minitek Thursday, 08 September 2011 12:53
Follow these steps to create a nice fading effect for a div element in your website using the jQuery Library. 1. Include the jQuery Library in your page Insert this code in the head of the page:

How to slide a div element with jQuery

by minitek Tuesday, 06 September 2011 13:15
The jQuery Library gives you the tools to create fantastic effects in your website by using only a few lines of code. With jQuery, all you have to do is 1. include the Library in your page and then 2. write a few simple lines…