38 private links
JQuery parallax plugin
I have always been fascinated by the overflow scrolling effects that appears when you’ve reached the end of a list on an iPhone and Android. A simple interface interaction like a bounce can magically make your app seems more responsive.
Today, I have decided to build a plugin that lets you add such effects to your website called FancyScroll.js. You can add the overflow effects to the whole page or any overflow:scroll divs on your website, customize the colors, the animation, or even the animation easing.
Highcharts is a charting library written in pure HTML5/JavaScript, offering intuitive, interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.
Tipue Search is a site search engine jQuery plugin. It's open source and responsive.
Виджет jQuery UI для автодополнения адреса при вводе.
.delayed() is a simple replacement for jQuery's .on() and it's derivative methods that lets you delay and even debounce an event handler. Delayed() is also great for hover intent and polling. If you've used on(), bind() or any of the other jQuery event methods, you already know how to use .delayed(). Unlike jQuery's .delay() method, .delayed() works with more than just animations; it works with entire events! Event better: It's fully chainable and context-aware.
Waypoints is a jQuery plugin that makes it easy to execute a function whenever you scroll to an element (it appears within viewport).
A jQuery plugin that adds a bindable 'inview' event for detecting when an element is scrolled into view.
jQuery.validVal is a plugin designed to simplify form validation.
It is highly customizable, very feature rich and can easily be dropped on any type of HTML-form (even AJAX- and HTML5-forms) with very little effort.
In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.
JQuery framework for data visualisation
Infinite scroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page.
A dynamic layout plugin for jQuery - the flip-side of CSS floats
One common problem when developing html templates, is that you have to duplicate the same code a lot: every page needs the same header and footer, and this goes against the DRY principle. In a WordPress theme, you would simply use a PHP include, but what if you can’t use PHP? Some buyers use ASP, Rails, or other server-side languages, and will not be able to parse PHP on their server.
jquery.autoellipsis is a jQuery plugin for automatically applying ellipsis on selected elements. This plugin optimally uses the available space, unlike methods like character counting.
Create your own "requires-jQuery-to-run" bookmarklet!
Chained is simple jQuery plugin for chained selects. You can choose from two different versions. Use jquery.chained.js if you do not want to make external queries for setting content of child selects. This version uses classnames of select options to decide content. As a bonus it is usable even with JavaScript disabled. However with JavaScript disabled there is one catch, all options will be shown to user.
Make items sticky as you scroll, to a point.
Fresco is a beautiful responsive lightbox. It can be used to create stunning overlays that work great at any screen size, in all browsers on every device.
Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.