Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Created July 31, 2008 16:28
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 jamesgolick/3471 to your computer and use it in GitHub Desktop.
Save jamesgolick/3471 to your computer and use it in GitHub Desktop.
$('.communities .tools .btn_edit').click(function() {
$(this).parents('.community').
find('.manage,.edit,.delete').
hide().
end().
find('.edit').
show().
find('input').
focus().
end().
end().
end();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment