JQStub
A simple stub library for jQuery / Zepto objects.
NPM
If you use npm, you can grab the source code by:
npm install jqstub
Usage
$(document).stub('height', 1337);
$(document).stub('height', function() { return 42; } );
$(document).unstub('height');
$(document).unstubAll();
License
Copyright (c) 2012 Fred Wu
Licensed under the MIT license.