ImageLens – A jQuery plug-in for Lens Effect Image Zooming

    ImageLens – A jQuery plug-in for Lens Effect Image Zooming

    You can use this jQuery plug-in to add lens style zooming effect to an image.

    BeautyTips a jQuery tooltips plugin

    BeautyTips a jQuery tooltips plugin

    BeautyTips is a jQuery tooltips plugin which uses the canvas drawing element in the HTML5 spec to dynamically draw tooltips associated with a html element on the page. The thing I like best about BeautyTips is it’s limmitless ways to configure the look and feel and event triggering behavior. For example, with BeautyTips it would be relatively easy to match the tooltips used on popular websites like Netflix, Google Maps, Hulu, or Facebook.

    Pietimer jQuery Plugin

    Pietimer jQuery Plugin

    Pietimer injects a canvas element into the page which has an ever reducing pie shaped timer.

    diagonalFade a jQuery Plugin

    diagonalFade a jQuery Plugin

    diagonalFade is a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container to which the group of items resides, and poof, you’re off and away..

    Pines Notify jQuery Plugin

    Pines Notify jQuery Plugin

    Pines Notify is a simple notification plugin designed to provide an unparalleled level of flexibility, while still being very easy to implement and use. It uses the jQuery UI CSS library for styling, which means it is fully and easily themeable. Try out some of the ready-made themes using the selector on the demo page. There are dozens of customization features available including:

    • Supports dynamically updating text, title, icon, type…
    • Stacks allow notice sets to stack independently.
    • Supports HTML (including forms) in title and text.
    • Variable opacity.
    • Supports custom classes for individual notice styling.

    Google’s imageless buttons with jQuery

    Google's imageless buttons with jQuery

    This jQuery plugin is an attempt to recreate Google’s imageless buttons and prove that it doesn’t take a whole team of engineers and an endless cycle of code revision and quality control (their own words) to pull this off. Buttons automatically adapt to paddings and other styling you wish to use. They allow for a lot of stylistic customisatoin via a few lines of css while keeping all the display critical css rules hidden deep inside the plugin.

    Like it? Tweet it! with jQuery

    Like it? Tweet it! with jQuery

    “Like it? Tweet it!” is a jQuery-powered JavaScript widget that enables visitors to your website or blog to write a tweet about the site directly in a box displayed in the corner of the website, with a link to the site already embedded in the input field.

    Simple JQuery Image Slide Show with Semi-Transparent Caption

    Simple JQuery Image Slide Show with Semi-Transparent Caption

    Image Slide Show is one of the famous components in web design and development. A lot of the websites display news headlines in an image slide show to attract viewers attention, of course, with caption/excerpt. No doubt about it, this is a clever method not only to gain attentions, but it also makes the website more alive (not too static, dull)….

    Animate Panning Slideshow with jQuery

    Animate Panning Slideshow with jQuery

    In this tutorial we’ll take the makings of a classic slideshow, but use a different kind of transition to animate between slides. It may not fit every project, but diversity is always welcome in the world of web design.

    CSS3 Animation With jQuery Fallbacks

    CSS3 Animation With jQuery Fallbacks

    In today’s post, we’ll be taking a look at how you can use CSS3 transitions to power your application’s animations with jQuery’s .animate() method as a fallback where transitions aren’t supported. The benefit of transitions is that unlike JavaScript based animations, they’re hardware accelerated in certain browsers and mobile devices, resulting in a potentially smoother overall animation than you would normally experience.