Guest User

Untitled

a guest
Jul 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(document).ready(function(){
  2. $('a.navaboot').click(function() {
  3. $('#aboot2').fadeOut();
  4. $('#aboot').fadeIn();
  5. });
  6. $('a.navaboot2').click(function() {
  7. $('#aboot').fadeOut();
  8. $('#aboot2').fadeIn();
  9. });
  10. });
Add Comment
Please, Sign In to add comment