Skip to content

Instantly share code, notes, and snippets.

@hechien
Created July 4, 2011 03:09
Show Gist options
  • Save hechien/1062855 to your computer and use it in GitHub Desktop.
Save hechien/1062855 to your computer and use it in GitHub Desktop.
jQuery in JavaScript example.
(function(){
console.log("I'm running.");
})(jQuery);
// Executing block in Objective-C
^{
NSLog(@"I'm still running ... ");
}(); // 注意這邊
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment