Skip to content

Instantly share code, notes, and snippets.

@empika
Created November 10, 2009 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save empika/230804 to your computer and use it in GitHub Desktop.
Save empika/230804 to your computer and use it in GitHub Desktop.
$(".tweet_actions").each(function(ta){
$(this).children().each(function(child){
// cannot call this attach_actions function
attach_actions(this);
});
});
var attach_actions = function(){
console.log("attached action");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment