public marks

PUBLIC MARKS from Spone with tags jQuery & javascript

2016

Umbrella JS

Tiny and intuitive javascript library

2014

Strip - A Less Intrusive Responsive Lightbox

by 2 others
Strip is a Lightbox that only partially covers the page. This makes it less intrusive and leaves room to interact with the page on larger screens while giving smaller mobile devices the classic Lightbox experience.

slick - the last carousel you'll ever need

by 6 others
- Fully responsive. Scales with its container. - Separate settings per breakpoint - Uses CSS3 when available. Fully functional when not. - Swipe enabled. Or disabled, if you prefer. - Desktop mouse dragging - Infinite looping. - Fully accessible with arrow key navigation - Add, remove, filter & unfilter slides - Autoplay, dots, arrows, callbacks, etc...

2013

2012

Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better

by 10 others
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.

fancyBox - Fancy jQuery Lightbox Alternative

fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built at the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize.

URI.js - URLs in Javascript

by 1 other
URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority(). URI.js offers simple, yet powerful ways of working with query string, has a number of URI-normalization functions and converts relative/absolute paths.

JavaScript pattern and antipattern collection

by 1 other
A JavaScript pattern and antipattern code collection that covers function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns (upcoming), DOM and browser patterns (upcoming).

2011

dutchcelt/Keep-in-View - GitHub

(via)
Don't allow elements to scroll out of view by having them stick to the top or bottom of a window.

Tweet! Put Twitter on your site with this simple, unobtrusive jQuery widget

by 2 others
put twitter on your website with tweet!, an unobtrusive javascript plugin for jquery.

2010

jQuery Masonry · David DeSandro

by 8 others
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.

Audivid | jQuery Plugins

Provides functions for HTML5's audio and video tags.

2009

webdev.stephband.info

by 8 others
jParallax has had a major overhaul in readiness to be released as version 1.0! Layers are now freezable – the last feature I wanted to implement – and the code is more j and compact. I've been really encouraged by all the great comments, so thank you everyone! I just need you to road test the demos and tell me that it's still working in your browser, and then I'll stick a 1.0 on it.

Réalisez un bandeau de news en jQuery, comme sur iTélé | Jay Salvat, le Blog

by 3 others
Je ne sais pas pour vous, mais moi, dès que je regarde une chaine d'information, je suis hypnotisé par les barres de news qui défilent en bas de l'écran. Je n'arrive pas à en détacher les yeux. Personnellement, je trouve celles de iTélé particulèrement réussies. Je me suis dit que ce traitement des brèves infos pouvait être une belle manière d'annoncer les mises à jour d'un site web. Bien évidement en tant qu'obsédé de jQuery, je me suis amusé à réaliser un effet similaire. Le voici.

jQuery maxImage plugin: Demo

by 3 others
This plugin will resize and scale targeted images to their max width according to the image ratio, the browser size and some simple options. Change the size of your browser to see it's effect.

Déceler une requête Ajax en Php | Jay Salvat, le Blog

Il n'existe pas de moyen automatique d'identifier ces requêtes. Les principales librairies javascript comme Prototype ou jQuery s'accordent pour envoyer un paramètre dans l'en-tête HTTP de la requête afin qu'elle puisse être reconnue. Ce paramètre est X-Requested-With : XMLHttpRequest. Tirons partie de cette information pour faire la fonction Php adéquate.

jQuery HowTo's | jQuery HowTo's

jQuery HowTo's provides supplemental documentation to the official jQuery documentation. While the official documentation is the definitive reference for the jQuery API, the HowTo's contained in this site give short, concise, and focused instruction on the various jQuery related topics.

xLazyLoader - ajaxsoft - Lightweight js, css and images loader - Google Code

by 2 others
a jQuery plugin that lets you asynchronously load resources such as JavaScript, CSS, and images. Quite useful if you want to head of and load some CSS to do something custom and you need the callback.

jQuery plugin: Autocomplete

by 2 others (via)
Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.

2008

jQuery SVG Demo

This plugin allows you to manipulate the SVG from JavaScript.

JavaScript Sprite Animation Using jQuery

by 1 other
Tourner les pages d'un livre avec une "animation" en JS