Subscribe to our feed...

http://feeds.feedburner.com/design-notes

  • Push Your Designs To Perfection

    goldSCHNITT is a small stand alone application for MAC that helps you apply golden ration to your design. Golden ratio(1.61803) is believed as a ratio of perfection. It has been used by many artists and architects through the history.

    Now we have this small app called goldSCHNITT to help you implement golden ration into your design.

Latest Interesting jQuery Plugins And Snippets

Under: Resources 5 comments

Lately I found many interesting jQuery plugin and snippets. As a jquery lover I couldn’t help sharing with you. First of all, I have several contributions myself. If you have read about them already please feel free to skip.

Fly-To-Basket Effect With jQuery

Making the product flying to your shopping basket, this is really fun effect for eCommerse sites. I think I ll use it in next project and make shopping experience more interesting.

View demo

QuickFlip 2: The jQuery Flipping Plugin Made Faster and SimplerCrossSlide

This plugin gives you a flipping effect like Mac’s dashboard widget.

CrossSlide

CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations such as Ken Burns effect and cross fade, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery’s animation facility, so it is as portable across browsers as jQuery itself.

Picture 10

jScrollPane

Ever wonder how to change the scroll bar? I find this very useful

qtip

A very well made tooltip plugin and well documented.

Airport – Information board text effect jQuery plugin

The information board is a very interesting effect. You can see the demo here

jquery plugin

jQuery Plugin: Tokenizing Autocomplete Text Entry

An easy to use auto-0complete plugin

tabswitch

An elegant tab using tabSwitch.SimplePlugin . The content slides when click on tabs

jQuery Dropdown Menu:

GalleryView: A jQuery Content Gallery Plugin

A very well developed plugin. More details here

Create astonishing iCal-like calendars with jQuery

A very detailed tutorial on making an ical like calendar

Animated tabbed content with jQuery

Another tab snippets, this one switches content when hover over the tabs.

Picture 13

jQuery plugin: ‘autoResize’

This plugin resizes the textarea when you have too much to write

ADD TOAdd To Evernote

If this helps, why not tell your friends?

  • Reddit
  • del.icio.us
  • StumbleUpon
  • Facebook
  • Technorati
  • Design Float
  • Identi.ca
  • FriendFeed
  • Yahoo! Buzz
  • Ping.fm

5 Responses to “ Latest Interesting jQuery Plugins And Snippets ”

  • Adim says:

    Dear, good afternoon.
    CrossSlider.js with Database Access.
    I am using the jquery plugin “CrossSlider.js”. The directories of the images are stored in database Access. I need to learn as passing those roads of images for the function shown below, automatically. Thank you, Adim.

    var $a = jQuery.noConflict()
    $a(function() {
    $a(‘#Cross3′).crossSlide({
    fade: 1
    }, [
    {
    src: 'Propaganda/sand-castle.jpg',
    href: 'http://flickr.com/photos/spacetrucker/94209642/',
    from: '100% 80% 1x',
    to: '100% 0% 1.7x',
    time: 3
    ………………………………………….

    }, {
    src: 'Propaganda/banner3.jpg',
    href: 'http://flickr.com/photos/jayniebell/1125216143/',
    from: '100% 80% 1.5x',
    to: '80% 0% 1.1x',
    time: 2
    }
    ]);
    });

    Loading …

    [Reply]

  • Leave a Reply

    All fields marked with "*" are required.