PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
3 sec ago
database_shit
C# | 8 sec ago
how to cheats for ...
22 sec ago
Untitled
12 sec ago
the panderiest
13 sec ago
Guild Wars
34 sec ago
Dojo ValidationTex...
18 sec ago
Binding to LOOPBAC...
24 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.19 KB | hits: 13 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
this.container = $('some_div');
var styles = { // bunch of styles };
this.container.absolutize();
var styleApplicator = this.container.setStyle.curry(styles);
styleApplicator.call.delay(1);
create a
new version
of this paste
RAW Paste Data
this.container = $('some_div'); var styles = { // bunch of styles }; this.container.absolutize(); var styleApplicator = this.container.setStyle.curry(styles); styleApplicator.call.delay(1);