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
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 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
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
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.
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.