public marks

PUBLIC MARKS from Spone with tags jQuery & css

2014

Velocity.js

by 3 others (via)
Velocity is a jQuery plugin that re-implements $.animate() to produce significantly greater performance (making Velocity also faster than CSS animation libraries) while including new features to improve animation workflow.

2012

Favicons Next To External Links | CSS-Tricks

(via)
I've had this JSFiddle from CSS Wizardry open for like 2 weeks in my browser. I kept thinking about it, because before that I got an email from someone asking about essentially the same thing and it stuck in my head. They were wanting to insert a favicon next to links and use only CSS to do it. Unfortunately I haven't found a way to do exactly that, but using some jQuery we can do it pretty easily.

2011

AdaptiveSlides.js · Responsive jQuery slideshow

AdaptiveSlides.js is a tiny jQuery plugin that creates a responsive slideshow using images inside a single container. It work with wide range of browsers including all IE versions from IE6 and up. It also adds css max-width support for IE6 and other browsers that don't natively support it. Only dependency is jQuery and that all the images are same size.

2010

Lettering.JS | daverupert.com

by 3 others
Web Typography is exploding all over the web. We developed a lightweight, easy to use jQuery plugin for radical Web Typography.

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.

2009

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.