Feed on
Posts
Comments

Category Archive for 'JavaScript'

If you’ve ever used jQuery to fade out an element, you’ve probably discovered that there are a few ways to accomplish the effect. You could use hide(), fadeOut(), or animate() to change an element’s opacity. But what are the differences between these methods and are there any gotchas? Both hide() and fadeOut() work similarly in [...]

Read Full Post »

Adjustable Columns with jQuery

View the demo here I’m currently working on a project that uses jQuery throughout the user interface to improve the user’s experience. In one section of the application there are three divs laid out next to each other horizontally as if they were three columns. The leftmost div contains a series of items to select [...]

Read Full Post »

Thanks to Sergio for finding a bug in the carousel where a certain sequence of clicks resulted in the play button being disabled, I’m happy to release version 2.0.2 which corrects the issue. Click here for the latest version or see our jQuery plugins page.

Read Full Post »

Keeping a Good Div Down

Sometime I’ll see an effect on a website and think nothing of it until I see it implemented on a few other sites in a similar way. Apparently my brain notices these things but it just doesn’t care the first time. It takes it a few viewings for it to wake up and actually take [...]

Read Full Post »

New jQuery LightSwitch Plugin

Sometimes my ideas for jQuery plugins come from the need to solve a particular problem. Other times I see something done one way, and want to do it another way. Still other times they just come out of thin air. The inspiration for my latest plugin? Well, it came from a regular old, ugly checkbox. [...]

Read Full Post »

Older Posts »