Guest User

Untitled

a guest
Feb 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $("#settings").hide();
  2. $("#principal").show();
  3. $("#config").click(function(){
  4. $("#settings").toggle();
  5. $("#principal").toggle();
  6. $(this).html("Voltar");
Add Comment
Please, Sign In to add comment