Guest User

Untitled

a guest
May 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(document).ready(function () {
  3. $(".pum2").click(function () {
  4. $("#svg8 ,.text1,.text2,.text3,.barra-progresso").hide()
  5. $("#topic").show()
  6. });
  7. $(".pum3").click(function () {
  8. $("#topic").hide()
  9. $("#svg8,.text1,.text2,.text3,.barra-progresso").show()
  10. });
  11. });
  12. </script>
Add Comment
Please, Sign In to add comment