I'm Gilbert Pellegrom.

Archive for May, 2009

Introduction to jQuery Events

In the web development world there has been one Javascript framework which has really made it’s mark over the last couple of years. I am of course talking about jQuery. Everyone is using it including Google, Wordpress, Drupal, Mozilla, Digg… and the list goes on. And there is good reason for this, mainly that it is a very flexible, extendible and powerful framework for Javascript.

jQuery Events

View Demo Download Source

One of the most useful parts of jQuery is it’s ability to attach events to objects within a web page. When these events are triggered you can then use a custom function to do pretty much whatever you want with the event. So I thought I would share with you an introduction to jQuery Events.

Continue Reading »

jQuery Dropdown Search Panel

For one of my projects recently I was playing about with search boxes and came up with a cool drop down search panel. So I thought I would share with you how I made the panel using some jQuery and CSS sprites.

jQuery Dropdown Search Panel

View Demo Download Source

Continue Reading »