jQuery Snow Falling plugin with Demo

    jQuery Snow Falling plugin with Demo

    Idea behind jQuery snow falling plugin is to create one snowflake initially, clone that snowflake at some time interval and add random values for properties for each of them. And it’s done in less than 1kb minifed.

    doubleSuggest : jQuery Ajax Autocomplete with Demo

    doubleSuggest : jQuery Ajax Autocomplete with Demo

    Facebook like jquery search suggestion plugin that searches in local and remote data sources.doubleSuggest is a jQuery plugin will set up a UI that suggest results as you type. It will display two types of suggestions, first (and faster) the local data and second (and slower) the results from an ajax search query. We will build a band search feature that will suggest the user’s favorites first and also search remotly from spotify.
    Include the jQuery library (requires v1.7 or higher), jquery.doubleSuggest.js and doubleSuggest.css and then insert the input.

    Leaflet : JavaScript library for mobile-friendly interactive maps

    Leaflet : JavaScript library for mobile-friendly interactive maps with Demo

    Leaflet is a modern, lightweight open-source JavaScript library for mobile-friendly interactive maps. It is developed by CloudMade to form the core of its next generation JavaScript API. Weighing just about 21kb of gzipped JS code, it still has all the features you will ever need for your web mapping needs, while providing a fast, smooth, pleasant user experience.

    It is built from the ground up to work efficiently and smoothly on both desktop and mobile platforms like iOS and Android, utilizing cutting-edge technologies included in HTML5 and CSS3. The focus is on usability, performance, small size, A-grade browser support, flexibility and an easy-to-use API. The OOP-based code of the library is designed to be modular, extensible and very easy to understand.

    jQuery UI text effects with Demo

    jQuery UI text effects with Demo

    Each effect is highly configurable. Here is a general list of the options available in each effect (also changelog):

    • Whether or not the text should be split into words rather than characers
    • Text to use instead of the element’s innerHTML
    • The distance the pieces travel (as a multiple of the element’s respective dimensions)
    • ++ added ++ The direction the pieces travel
    • Whether or not to fade the pieces in/out
    • How much the effect should be randomized (a percentage)
    • ++ added ++ stop elements from leaving the document’s boundaries

    Slide Note : A jQuery Plugin For Sliding Notifications with Demo

    Slide Note : A jQuery Plugin For Sliding Notifications with Demo

    A jQuery Plugin that makes it easy to display sliding notifications on your website or in your web application.It offers flexible positioning options, support for Ajax, CSS hooks, and more.

    Features:

    • Fire the notification once the user scrolls to a certain point on the page.
    • Control which corner of the window into which the notification appears.
    • Specify how many times the notification should appear before it no longer displays.
    • Take action before and after the notification appears in the user’s window.
    • Perfect for manipulating data based on the response to the notification.

    Making a Giveaway jQuery Randomizer App with Demo

    Making a Giveaway jQuery Randomizer App with Demo

    jQuery Randomizer app is divided in three steps – in step one you provide a list of the contestants’ name and email, divided by a comma (each contestant on a separate line). In the second step, you provide a prize name and a number, signifying the number of copies that have been offered. In the last step, you get a randomly selected list of contestants and their prizes.

    jPaginate: A Fancy jQuery Pagination Plugin with Demo

    jPaginate: A Fancy jQuery Pagination Plugin with Demo

    jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well.

    Sausage : jQuery infinite Pagination with Demo

    Sausage : jQuery infinite Pagination with Demo

    Sausage is a jQuery UI widget for contextual pagination. It complements long or infinite-scrolling pages by keeping the user informed of her location within the document.

    Making a jQuery Page Flip Magazine with turn.js

    Making a jQuery Page Flip Magazine with turn.js

    In this tutorial we are going to use PHP and the turn.js plugin, an implementation of the page flip effect with pure CSS3 and jQuery, to build a pretty magazine. We will fetch the most popular images from Instagram every hour, and use them as pages.

    jQuery Flashing text with Demo

    jQuery Flashing text with Demo

    In this tutorial I will show you how to create a flashing text effect with JavaScript and a small portion of jQuery.Sometimes you might need to bring your visitors attention to some particular text or phrase, and the most obvious way of doing it is by using some flashing / animating effect.