jQuery

TwitterFacebook
Get flash to fully experience Pearltrees
Nested is a jQuery plugin which allows you to create multi-column, dynamic grid layouts. Unlike other libraries and jQuery plugins similar to Nested, this is (as far I as I’ve know) the first script out there that allows you a complete gap-free layout. How is this done? Nested does three things. http://suprb.com/apps/nested/

jQuery Nested

What's New in 1.1

Ajax AutoComplete for jQuery

http://www.devbridge.com/projects/autocomplete/jquery/
http://tolgaergin.com/files/social/ Overview: To list social accounts or share any page with 46 icons. Demo for social profiles: I Follow Rivers

#50C1AL Share, #50C1AL Profiles

http://tutorialzine.com/2013/01/charts-jquery-ajax/ Charts are a great visual aid when presenting data. You can’t build a professional admin panel without them. They are also tricky to set up. However, there is a new library that makes things easier – xCharts . Today, we are going to use it along with the daterange picker for Twitter Bootstrap , to build a pretty, AJAX-powered chart for your web application that fetches data from a MySQL table.

Make Pretty Charts For Your App with jQuery and xCharts

Pickadate.js is a fully responsive and lightweight jQuery dateinput picker . It looks pretty neat and simple. It is easy to use. http://www.webappers.com/2013/01/14/a-fully-responsive-lightweight-jquery-dateinput-picker/

A Fully Responsive & Lightweight jQuery Dateinput Picker

I wanted 3 things from any image gallery script: first, it to be beautiful and posses a great look & feel. second to be lightweight and not use many assets, and third, I want a script that was built with performance at mind. I was working on something else entirely when I had to find a nice image gallery script. I wanted one of those that the user would basically click a thumbnail and the larger version of the image would be displayed on top of the page, in a modal window fashion. Feb 2 - Version 1.6 is available. http://dropthebit.com/500/photobox-css3-image-gallery-jquery-plugin/

Photobox – CSS3 jQuery image gallery – dropthebit

Calendario: A Flexible Calendar Plugin

http://tympanus.net/codrops/2012/11/27/calendario-a-flexible-calendar-plugin/ A jQuery calendar plugin for creating flexible calendars. View demo Download source Today we want to share a flexible calendar concept with you. Calendars can be a very tricky thing when it comes to their layout and responsiveness.

SocialCount, a jQuery Plugin for Lighter & Faster Social Networking Widgets

Posted by Zach on 11/26/2012 Topics: jQuery You're minding your own business, casually browsing around on the World Wide Web. You navigate to a page that begins to load and render, but suddenly it stalls. For a few seconds you stare at a partial white screen, appalled at the hiatus your device has placed on your browsing flow. http://filamentgroup.com/lab/socialcount/
jQuery Burn is a plugin which adds a flame-like effect to text using multiple text-shadows , animated by repeatedly changing their horizontal offsets. The effect can be somewhat CPU intensive (especially for older computers), so use it sparingly. It can be stopped and restarted dynamically, colored, stretched, offset, sped up and slowed down. The flame motion is simulated with a simple wave equation solution.

jQuery Burn

Gamma Gallery - A Responsive Image Gallery Experiment

Assemblage Becoming Sky high Life Beleaguer Chatoyant Denouement Desuetude Diaphanous Desuetude Languor Inglenook Forbearance Penumbra Mondegreen Plethora Onomatopoeia Wafture Cynosure Epiphany Felicity Serenity Furtive Glamour Inure Labyrinthine Lagoon Desire Leisure Softness Moiety Nemesis Panacea Scintilla Example for loading more items... <p style="text-align:right;color:#A8A8A8"></p>

Grid-A-Licious

Back in mid 2008, I created a jQuery plugin. I named it Grid-A-Licious and described it as, "Divs are placed in chronological order with a special grid" because I had no clue how to explain it better.

Delta – A Free jQuery UI Theme | Kiandra IT Blog

Kiandra is pleased to announce the open sourcing of a jQuery UI theme we think you’re going to love. We have been using the “Delta” theme for the better part of a year and made the decision to share it with the community. We’re hoping this results in plenty of feedback as well as the continued development of the theme. It’s free for commercial, personal and educational use as part of the MIT or GPL license. If anything, we think that this theme can act as a starting point for other smart cookies to create their own visually engaging jQuery UI themes. You can fork this theme over on the GitHub repository .
In Your <head> <link rel = "stylesheet" type = "text/css" href = "slideControl.css" /><script type = "text/javascript" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" ></script><script type = "text/javascript" src = "jquery.slideControl.js" ></script><script type = "text/javascript" > $ ( document ). ready ( function () { $ ( '.slideControl' ). slideControl (); }); </script> Options speed: Controls the speed of the animation for a slider reszing, defaults to 400 lowerBound: Sets the minimum amount the slider can be set to, defaults to 1 upperBound: Sets the maximum amount the slider can be set to, defaults to 10 <ul><li><label> Responsiveness: </label><input type = "text" value = "6.0" class = "slideControl" /></li><li><label> Safety: </label><input type = "text" value = "4.0" class = "slideControl" /></li><li><label> Information: </label><input type = "text" value = "9.0" class = "slideControl" /></li></ul> The CSS file included should be pretty straight-forward.

slideControl.js jQuery Plugin