javascript


Today I’ll show you how to make a nested category navigation menu.

It’s very lightweight and looks something like this:

The simple menu we're going to make.

We’re going to use jQuery UI’s Accordion widget to make the categories collapse and expand when necessary and we’ll use some clever javascript and HTML markup to make the menu look useful. To see the nested category menu example, follow the link at the end of this post to go to the JSFiddle example.

Continue Reading


Today we’ll see how to create a testimonial ticker using jQuery and setInterval to switch in and out of different texts.

It’ll display one testimonial at a time before cycling through to the next testimonial. It’s very light weight, fast and easy to understand.

Let’s get to it!

Continue Reading