Category Archives: jQuery

Easy Hover or Tooltip Script

Use this when you want a tooltip-like effect when one of a group of many elements is hovered over. You will also need a .png or a .gif for the background of the tooltip. Or, you could just be creative … Continue reading

CSS style reset

One of the best and most common CSS style resets from Eric Meyer. Continue reading

Search for URL String with jQuery

A time may arise when you need to assign a different body class to each unique page, or run some function based on the current page. Continue reading

Finding the Date With jQuery

Based on this post, http://arnelbornales.wordpress.com/2009/02/25/get-the-current-date-using-jquery/, this is a simple script for finding the date Continue reading

jQuery.event Is Not a Function Error

An out-of-date jQuery file could be causing all kinds of mysterious errors, so make sure you have the latest version Continue reading