fancyBox - Fancy jQuery Lightbox Alternative
8 weeks ago by jongala
nice newly updated fancybox
jquery
lightbox
8 weeks ago by jongala
JavaScript pattern and antipattern collection
9 weeks ago by jongala
some nice stuff
jquery
js
programming
9 weeks ago by jongala
FullCalendar - Full-sized Calendar jQuery Plugin
9 weeks ago by jongala
no event editing beyond drag/drop boundaries, but still very nice starter
jquery
js
web
webdev
9 weeks ago by jongala
jacoblwe20/zoomy-plugin - GitHub
february 2012 by jongala
magnifying lens zooming thing for images
web
webdev
jquery
js
february 2012 by jongala
Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()
february 2012 by jongala
new on() syntax. Works like delegate() — basically attaches live() to a selected DOM element instead of document.
jquery
web
webdev
programming
js
february 2012 by jongala
jQuery.data · dropshado.ws
december 2011 by jongala
using $.data( element, key, val) instead of $(element).data(key, val) -- not instantiating the jquery object saves time.
web
jquery
performance
js
december 2011 by jongala
jQuery.bind() Data
august 2011 by jongala
when setting event bindings, use the passed jquery data object to pre-gather or compute (at bind time) vars used by the callback, rather than doing so every time the callback is fired.
jquery
programming
web
js
august 2011 by jongala
jQuery pageSlide by Scott Robbin
may 2011 by jongala
sidebar slider
jquery
webdesign
web
interaction
js
may 2011 by jongala
Reducing map: jQuery vs jQuery vs JavaScript - O! Mr Speaker!
may 2011 by jongala
jQuery's two different map() methods — $.map() and $(selector).map() — vs. javascript's native array.map() method.
jquery
js
may 2011 by jongala
Qwery - The Tiny Selector Engine
april 2011 by jongala
alternative to sizzle — purportedly faster and smaller
jquery
web
webdev
js
april 2011 by jongala
Ben Alman » jQuery throttle / debounce: Sometimes, less is more!
march 2011 by jongala
rate-limit function execution, or have the func execute only at the beginning or end of an event sequence
jquery
web
js
march 2011 by jongala
Website Tour with jQuery
february 2011 by jongala
some good ideas here, but plugin not quite done
jquery
web
webdev
webdesign
february 2011 by jongala
jQuery Deconstructed
february 2011 by jongala
graphical separation of jquery source sections.
jquery
reference
web
webdev
js
february 2011 by jongala
Manipulating the browser history - MDC Doc Center
november 2010 by jongala
browser history management for RESTful webapps
browsers
jquery
reference
web
js
november 2010 by jongala
Engage Interactive Labs - iToggle, making checkboxes look cool with jQuery!
november 2010 by jongala
iphone style on/off switch toggles
css
design
interface
jquery
webdesign
js
november 2010 by jongala
Knockout : Home
october 2010 by jongala
a JS library to bind JS data objects to UI elements, and have them update automatically
framework
jquery
webdev
programming
web
js
october 2010 by jongala
Lettering.JS | daverupert.com
october 2010 by jongala
cool JS utility for character-level styling via jQuery
css
design
fonts
jquery
typography
webdesign
js
october 2010 by jongala
Rails/jQuery UI sortables with single UPDATE query – The Pug Automatic
october 2010 by jongala
interesting SQL for updating sorting columns
database
mysql
jquery
programming
js
october 2010 by jongala
JavaScriptMVC
september 2010 by jongala
jQuery-based MVC framework for JS dev
framework
jquery
programming
resources
web
web2.0
webdev
js
september 2010 by jongala
jQuery Events: Stop (Mis)Using Return False | Fuel Your Coding
september 2010 by jongala
use of event.preventDefault() to allow events to continue to bubble
jquery
tutorials
web
webdev
programming
js
september 2010 by jongala
Drew Wilson.com
august 2010 by jongala
PIctos icons, Firerift CMS, Titan jQuery templating, and more. Very polished designs.
design
inspiration
jquery
portfolio
web
webdesign
webdev
js
august 2010 by jongala
Not Using jQuery JavaScript Templates? You’re Really Missing Out. - Rey Bango
july 2010 by jongala
shorthand for mixing HTML and javascript to avoid string concatenation issues.
web
jquery
programming
webdev
js
july 2010 by jongala
Lazy Load Plugin for jQuery
may 2010 by jongala
defer loading until img element appears in viewport
jquery
programming
web
webdesign
webdev
usability
js
may 2010 by jongala
Ben Alman » jQuery BBQ: Back Button & Query Library
april 2010 by jongala
Back/Next button usability library
jquery
programming
usability
web
webdev
js
april 2010 by jongala
jQuery Live Form Validation | GeekTantra
february 2010 by jongala
simple inline live validation
web
webdev
jquery
js
february 2010 by jongala
A simple JavaScript library for complex web applications
january 2010 by jongala
jquery behavior: define behavior functions, apply them to selectors
web
webdev
programming
jquery
js
january 2010 by jongala
Macros in jQuery – James Padolsey
january 2010 by jongala
create/record/modify temporary jquery plugins as you go
webdev
programming
jquery
web
js
january 2010 by jongala
jQuery Performance Rules - Best Practices for Speeding Up jQuery
october 2009 by jongala
some good tips on selectors and DOM manipulation
web
webdev
programming
jquery
js
october 2009 by jongala
Underscore.js
october 2009 by jongala
javascript utility functions, designed to work in concert with jquery
web
webdev
programming
software
jquery
js
october 2009 by jongala
Design a Beautiful Website From Scratch - Nettuts+
august 2009 by jongala
a decent overview with some nice details
design
web
webdesign
css
inspiration
graphics
tutorials
jquery
photoshop
august 2009 by jongala
Plugins | jQuery Plugins — Beauty Tips
august 2009 by jongala
fantastic canvas-based tooltip plugin
design
webdev
webdesign
jquery
usability
canvas
js
august 2009 by jongala
In-Field Labels jQuery Plugin
august 2009 by jongala
sigh, I've been meaning to do this
web
webdev
jquery
usability
js
august 2009 by jongala
30 Awesome jQuery Photo Plugins | TuVinhSoft .,JSC
august 2009 by jongala
slideshows and such
portfolio
jquery
web
webdev
js
august 2009 by jongala
A Plugin Development Pattern » Learning jQuery - Tips, Techniques, Tutorials
may 2009 by jongala
another guide to plugin dev
web
webdev
programming
tutorials
jquery
js
may 2009 by jongala
Creating A jQuery Plugin From Scratch // Archives // Addicted To New by John Nunemaker
may 2009 by jongala
very nice guide to developing a plugin for jquery.
web
webdev
programming
tutorials
jquery
js
may 2009 by jongala
Katz Got Your Tongue? » Evented Programming With jQuery
april 2009 by jongala
some nice details and ideas here
web
webdev
programming
jquery
tutorials
js
april 2009 by jongala
IE6 Update
april 2009 by jongala
a little skeevy -- spoof IE update that sends to official MS IE download page.
we
web
browsers
jquery
js
april 2009 by jongala
jQuery Love Sandbox -- Casino
april 2009 by jongala
jquery blackjack with some nice interface details
web
webdesign
jquery
games
js
april 2009 by jongala
jQuery Page Peel Plugin
april 2009 by jongala
another page curl, with flash animation, designed for ads
web
webdesign
jquery
flash
js
april 2009 by jongala
The Sexy Curls jQuery Plugin by Elliott Kember
april 2009 by jongala
nice little draggable page curl.
design
web
webdesign
css
jquery
js
april 2009 by jongala
Blip.tv API & jQuery: Make a Video Badge | Andreas Haugstrup Pedersen | solitude.dk
april 2009 by jongala
fetching blip.tv videos via JSON into jQuery
web
webdev
programming
php
jquery
video
april 2009 by jongala
related tags
animation ⊕ books ⊕ browsers ⊕ canvas ⊕ cms ⊕ css ⊕ data ⊕ database ⊕ design ⊕ ecommerce ⊕ flash ⊕ fonts ⊕ framework ⊕ funny ⊕ games ⊕ geek ⊕ graphics ⊕ history ⊕ howto ⊕ inspiration ⊕ interaction ⊕ interface ⊕ jquery ⊖ js ⊕ learning ⊕ lightbox ⊕ maps ⊕ music ⊕ mysql ⊕ performance ⊕ photoshop ⊕ php ⊕ portfolio ⊕ programming ⊕ reference ⊕ resources ⊕ retro ⊕ security ⊕ software ⊕ tutorials ⊕ typography ⊕ usability ⊕ video ⊕ visualization ⊕ we ⊕ web ⊕ web2.0 ⊕ webdesign ⊕ webdev ⊕Copy this bookmark: