Why Do We Love These 5 Fresh and Awesome jQuery Plugins?

Why Do We Love These 5 Fresh and Awesome jQuery Plugins?


Spread it!

  • Share

We – You and Us, always love everything is fresh and useful design stuff especially plugins for jQuery. We – AEXT.NET, love to provide new fresh and useful jQuery plugins for our readers. This entry is in jQuery Plugins series that our visitors love very much. Enjoy the post of 5 fresh and awesome jQuery plugins, then you will find out why we love them by their cool features.

jAni

jAni

jAni is a simple plugin for jQuery which allows you animate background images. The jAni loads a long vertical image and changes its background position with the speed you setup, giving you more control of the animation.

Basic Usage:

<script type="text/javascript">
$(document).ready(function(){
    $('#animation-1').jani({
        frameWidth: 100,
        frameHeight: 100,
        speed: 100,
        totalFrames: 19
    });
    $('#animation-1').jani.play();
});
</script>

Source: ajaxblender

Gritter

Gritter

Gritter is a good jQuery Growl look-a-like plugin that looks the exact same as the one for Mac OS. Think of it as calling the alert() function in JavaScript, only it’s not a modal, it’s subtle and it doesn’t look like dog shit.

Basic Usage:

<script type="text/javascript">
$(document).ready(function(){
    $.gritter.add({
        // (string | mandatory) the heading of the notification
        title: 'This is a notice!',
        // (string | mandatory) the text inside the notification
        text: 'This will fade out after a certain amount of time.'
    });
});
</script>

Source: boedesign

Captify

Captify

Captify is a plugin for jQuery to display simple, pretty image captions that appear on rollover. That would be an awesome caption jQuery plugin for images: easy to use, small/simple, and completely ready for use in production environments. Also, it’s only 2.3kb!

Basic Usage:

<script type="text/javascript">
$(document).ready(function(){
    $(function(){
      $('img.captify').captify({
        // all of these options are... optional
        // ---
        // speed of the mouseover effect
        speedOver: 'fast',
        // speed of the mouseout effect
        speedOut: 'normal',
        // how long to delay the hiding of the caption after mouseout (ms)
        hideDelay: 500,
        // 'fade', 'slide', 'always-on'
        animation: 'slide',     
        // text/html to be placed at the beginning of every caption
        prefix: '',     
        // opacity of the caption on mouse over
        opacity: '0.7',                 
        // the name of the CSS class to apply to the caption box
        className: 'caption-bottom',    
        // position of the caption (top or bottom)
        position: 'bottom',
        // caption span % of the image
        spanWidth: '100%'
      });
    });
});
</script>

Source: Third Route

StickyNote

StickyNote

It’s not really awesome plugin, but it’s a good idea for jQuery plugin. StickyNote help you create a note in your webpage that help you to remind something to yourself. The sticky note can be dragged, dropped into any part of the page, and it can be easy to post a note.

Basic Usage:

<script type="text/javascript">
$(document).ready(function(){
  $(function() {
    var img = new Image();
    $(img).attr('src','http://yourdomain/images/stickynote-large.png');
    $(img).load(function () {
        $("#content").stickynote({
            size             : 'large',
            text             : 'Don\'t forget to buy beans!',
            containment      : 'content',
            event            : 'dblclick'
        });
    });     
  });
});  
</script>

Source: Tympanus

FormHighlighter

FormHighlighter

FormHighlighter is a simple jQuery Plugin, used to scan through your webpage and automaticly attach focus,blur and keydown effect on your form fields. You can scan throught your webpage by: full scan, specific scan, specific scan with color definition, or specific scan with CSS class by using its options.

Basic Usage:

<script type="text/javascript">
$(document).ready(function(){
    $(document).formHighlighter();
});  
</script>

Source: SAUCER

  • Digg This Post
  • Tweet This Post
  • Stumble This Post
  • Submit This Post To Delicious
  • Submit This Post To Reddit
  • Submit This Post To Mixx
  • Share on your Facebook
  • Submit this post to Dzone
  • Submit this post to Designbump
  • Submit this post to TheWebBlend

Author: Lam Nguyen

I'm Lam Nguyen, a 21 year old web developer writing about everything related to web design. I am owner of AEXT.NET and WhoFreelance.com Web Community News. You can catch me on twitter.


15 User Comments

  1. designfollow 04. Dec, 2009 at 5:45 am #

    great effect, thank you.

  2. FAQPAL 04. Dec, 2009 at 4:55 pm #

    Not sure why we love them, but we sure do. The Stickynote one for sure.

  3. Alex Flueras 05. Dec, 2009 at 1:43 am #

    Nice list. Thanks for sharing. I also recommend this code for sliding effects. Really neat and small in size: http://seb.maxymeum.free.fr/jQuery.YMslider/v105/

  4. Lam Nguyen 05. Dec, 2009 at 1:46 am #

    Yeah, it’s first time I hear about that one! That’s cool!

  5. Pol 05. Dec, 2009 at 5:25 am #

    didn’t know the “animate background” plugin. thanks for that!

  6. DesignFellow 19. Dec, 2009 at 11:01 pm #

    Nice Effects!
    :)

  7. Mert 10. Feb, 2010 at 2:35 pm #

    Thanks for sharing. Very nice effects

Trackbacks/Pingbacks

  1. Tweets that mention Why Do We Love These 5 Fresh and Awesome jQuery Plugins? | AEXT.NET -- Topsy.com - 04. Dec, 2009

    [...] This post was mentioned on Twitter by Lam Nguyen and jQuery Tips, Web Design News. Web Design News said: Why Do We Love These 5 Fresh and Awesome jQuery Plugins? http://bit.ly/8hBX5j [...]

  2. uberVU - social comments - 04. Dec, 2009

    Social comments and analytics for this post…

    This post was mentioned on Twitter by allwebdesign: Why Do We Love These 5 Fresh and Awesome jQuery Plugins? http://bit.ly/8hBX5j...

  3. 04-12-09(19:03:59) | Concept Dezain - 04. Dec, 2009

    [...] Why Do We Love These 5 Fresh and Awesome jQuery Plugins?Enjoy the post of 5 fresh and awesome jQuery plugins, then you will find out why we love them by their cool features. Submit More News Friday, December 4th, 2009 | Written by: Franco Averta No Comments [...]

  4. Twitted by islismi - 05. Dec, 2009

    [...] This post was Twitted by islismi [...]

  5. dot Blog. The week in links 07/12/09 - 07. Dec, 2009

    [...] Why Do We Love These 5 Fresh And Awesome jQuery Plugins? (aext.neT) [...]

  6. Why Do We Love These 5 Fresh and Awesome jQuery Plugins? | Design Newz - 07. Dec, 2009

    [...] Why Do We Love These 5 Fresh and Awesome jQuery Plugins? [...]

  7. Why Do We Love These 5 Fresh and Awesome jQuery Plugins? | AEXT.NET | Squico - 13. Dec, 2009

    [...] In: JQuery plugins 13 Dec 2009 Go to Source [...]

  8. 100+ Fresh Community Links to Share | Admix Web - 16. Jan, 2010

    [...] Why Do We Love These 5 Fresh and Awesome jQuery Plugins? [...]

Leave a Reply

CommentLuv Enabled