Skip to content

Instantly share code, notes, and snippets.

@cowboy
Created June 1, 2011 20:05
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cowboy/1003179 to your computer and use it in GitHub Desktop.
Save cowboy/1003179 to your computer and use it in GitHub Desktop.
Unreleased stuff...

This list will hopefully shrink faster than it can grow. (yeah, right)

jQuery

jQuery deparam / deparam+ / sortObject (WIP)
https://gist.github.com/1025817

jQuery infiniteScroller (WIP)

jQuery scrollinout event
http://benalman.com/code/projects/jquery-scrollinout/examples/scrollinout/

jQuery Sphere 3D
http://benalman.com/code/projects/jquery-sphere3d/examples/flickr/

jQuery Farthest Decendant: Dedicated to Kris Borchers
https://gist.github.com/1003361

jQuery Data+: a new signature to allow easy initializing/getting of a per-element "state object"
https://gist.github.com/979530

jQuery Detach+: Improve .detach to allow optional reattaching!
https://gist.github.com/978520

jQuery Random: Add an "element of surprise" into the chain!
https://gist.github.com/964822

Like jQuery's .one but runs only once, across multiple elements and/or event types.
https://gist.github.com/894952

jQuery seq: execute code sequentially, for each selected element.
https://gist.github.com/850322

jQuery Floating Scrollbar
https://gist.github.com/846423

jQuery Widget Bootstrap: Experimenting with loading widgets that are dependent on jQuery...
https://gist.github.com/816746

jQuery htmlDoc "fixer" - get HTML, HEAD, BODY in your $(html)
https://gist.github.com/742952

jQuery nodetype filter: Filter the selected elements by nodeType
https://gist.github.com/705550

jQuery Tiny Pub/Sub: A really, really, REALLY tiny pub/sub implementation for jQuery.
https://gist.github.com/661855/c119783954e1b10551c4afef53b2c04fefcb7465

jQuery log selector: See what your selectors are selecting!
https://gist.github.com/640714

jQuery queueFn
https://gist.github.com/36f3be40777bd70706b9 https://gist.github.com/330793

jQuery liveOne: The power of .live and .one, together at last!
https://gist.github.com/500667

jQuery bindAndTrigger: Bind an event handler and fire it immediately
https://gist.github.com/385142

jQuery scrollable selector
https://gist.github.com/331331

JavaScript

JavaScript: What's New? List properties that have been added to an object between a starting and ending point.
https://gist.github.com/1027709

Small Walker: A small and simple JavaScript DOM walker
https://gist.github.com/958000

JavaScript detach: detach a node from the DOM, optionally reattaching it when done.
https://gist.github.com/938767

JavaScript Curry
https://gist.github.com/721002

whatevCache: a simple localStorage-if-you-got-it, otherwise not-at-all-persistent data object cache.
https://gist.github.com/658526

postMessage detector
https://gist.github.com/581030

isSemVer - semantic version comparison for JavaScript
https://gist.github.com/566233

Ruby

Gaucho (WIP)

Ruby: Clone Yer GitHub Repos, Fast!
https://gist.github.com/916434

Ruby: Unindent arbitrarily-indented heredocs
https://gist.github.com/826577

Applescript

Finder Open iTerm Here
https://gist.github.com/905546

Bash

Multi-Firefox Fixer: Run multiple versions of Firefox simultaneously!
https://gist.github.com/868662

Articles

What results can you get just using these characters: +[]
https://gist.github.com/984932

JavaScript: A few ways to work around the lack of this propagation in inner functions
https://gist.github.com/980016

JavaScript var indenting thoughts.
https://gist.github.com/946689

jQuery.sub() "module-specific jQuery extensions" usage example for jQuery 1.5+
https://gist.github.com/804811

What == what?
https://gist.github.com/1036978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment