Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Created July 22, 2013 10:03
Show Gist options
  • Save ElmahdiMahmoud/6052741 to your computer and use it in GitHub Desktop.
Save ElmahdiMahmoud/6052741 to your computer and use it in GitHub Desktop.
js: toggle text
$('.selector').html(
$(this).is(':visible') ? "Hide" : "Show"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment