Skip to content

Instantly share code, notes, and snippets.

@a-laughlin
a-laughlin / jquery.fisheyegrid.js
Created December 1, 2011 05:18
Fisheye Grid UI Design Pattern in jQuery
/*!
* jQuery Fisheye Grid version 0.01
* Copyright 2011, Adam Laughlin
* http://a-laughlin.com
* Licensed under MIT & GPL version 2
* http://static.a-laughlin.com/mit_license.txt
* http://static.a-laughlin.com/gpl_license.txt
*/
/*
@a-laughlin
a-laughlin / test-gist.js
Created November 17, 2011 18:42
Test File - Moving SVN projects to Git.
var foo='test', barObj;
function bar(){
return {baz:'bop',bazReg:/^bop$/}
};
bar.prototype.someArray=[1,2,3,null,undefined,false,true,!!1,void 0,'#foo',bar];
barObj=new Bar();