Simple Tooltip w/ jQuery & CSS

    Simple Tooltip w/ jQuery & CSS

    There are a lot of tooltip plugins out there, but not many of them explain what exactly goes on in the logic of a tooltip, this tutorial will explain it with detail.

    CSS3 Rounded Image With jQuery

    CSS3 Rounded Image With jQuery

    The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a span tag around with the original image as a background-image.

    jDigiClock

    jDigiClock

    jDigiClock is a jQuery plugin that has been inspired from the distinctive HTC Hero Clock Widget.
    For such a complex looking plugin it is surprisingly easy to install and offers a multitude of options that control the appearance and behavior of the clock.

    jQuery Drop Down Navigation Menu

    jQuery Drop Down Navigation Menu

    Nice looking jQuery based drop-down horizontal (default) or vertical navigation menu.

    HTML5 Grayscale Image Hover with jQuery

    HTML5 Grayscale Image Hover with jQuery

    With HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. Use HTML5 & jQuery to dynamically clone color images into grayscale

    How to Add Audio and Video on your Website using jPlayer plugin (jQuery)

    How to Add Audio and Video on your Website using jPlayer plugin (jQuery)

    Today we continue jQuery lessons, and will talk about adding customizable player for audio or video files to our website. This new plugin (jPlayer) pretty well: allow us play media files, pause, change volume, it even have all necessary controls (which you can see in any media player). Also it allow us to change all its styles (all styles of interface loceted in single css file). More, it support HTML5 and able to work quite in all possible browsers. Here are supported formats of media files: mp3, ogg, m4a, m4v, ogv, wav etc.

    Create Simple Jquery Right Click Cross browser Vertical Menu

    Create Simple Jquery Right Click Cross browser Vertical Menu

    Creating right click with the help of jquery is real easy and can be implemented very quickly. While trying for my one of the project , I made one and sharing it today.

    jqIsoText: jQuery Text Effect Plugin

    jqIsoText is jQuery plugin for displaying your text with pseudo-isometric effect.With this plugin we’re changing size of letters in text. It starts from one font size and increment or decrement to other font size. On that way we’re getting something similar to isometric projection. That can be done for whole block of text or for every word in some text.

    Timeglider – Impressive jQuery Plugin For Data-Driven Timelines

    Timeglider – Impressive jQuery Plugin For Data-Driven Timelines

    Timeglider is a jQuery plugin for displaying any number of events in a highly-flexible timeline.

    Its interface has support for zooming in/out (mouse wheel can be used too) and panning where you can quickly navigate through the time and find events.

    Events are clickable and can display a detailed view of them inside a modal box.

    Moving Boxes Content with jQuery

    Moving Boxes Content with jQuery

    Today we will create a website template with some really sweet animations using jQuery. The idea is to have little boxes scattered around at the top of the site and when a menu item is clicked, the boxes animate to form the main content area. We will use some different animation effects that we will add as options to the menu item.