15
Nov/09
0

Write a Bouncing Accordian with JQuery

The following example is of a bouncing accordian. The idea behind a bouncing accordian is to use ajax to pull content for a number of pages and populate a central div with that data. The content area on the main page will fade out resize to 0px and then rsize again back to a new height with the new content displayed. The following is the result of the labour.

_bouncing

Source Demo

12
Oct/09
0

Write a simple Bingo Card with Javascript and Jquery

Writing a bingo card couldn’t be easier with tools such as JQuery and a brain. There are some simple techniques that you need to put into place to get it all up and running. There are three files included in this tutorial. index.html, style.css and script.js

Now, you should end up with something like this:

Source Demo

16
Jul/09
4

Creating a Content Slider with JQuery

Content sliders add very nice interactivity to your website. In this tutorial I will show you how to use jQuery to create a simple content slider. Of course you can change the styles look and feel of the product your self but for now I’m keeping it simple. The final product will look like this:
JQuery Content Slider

Source Demo