Skip to content

Instantly share code, notes, and snippets.

@alanstevens
Created July 16, 2015 16:46
Show Gist options
  • Save alanstevens/1bcc30a8e1afebc760aa to your computer and use it in GitHub Desktop.
Save alanstevens/1bcc30a8e1afebc760aa to your computer and use it in GitHub Desktop.
render :update do |page|
page.replace_html 'divCommunityTeamEditor', :partial => '/communities/invite_team_member'
page << "$('#divCommunityTeamMembers').hide();$('#divCommunityTeamEditor').show(); $('#cTeamPW').hide();"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment