This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
You can use this to call deprecated methods without warnings (supporting old sdk's for example) | |
or, you can use it in place of performSelector: where you need non-object params, or multiple | |
params. | |
ie: ... | |
int result = 0; | |
int index = 12; | |
NSArray *array = myArray; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
keepaway: a silly plugin that makes elements run from the mouse | |
by sneakyness. | |
options: | |
jump: the distance to jump away from the mouse, in pixels; default 500 | |
speed: the speed to move (passed intact to the animate plugin); default ÔfastÕ | |
home: time to return to the starting position if nothing happens, in ms; default 1000 |
NewerOlder