Guest User

Untitled

a guest
Nov 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $(document).ready(function(){
  2. $("#obsah").hide();
  3. $("#opona").show();
  4. });
  5. $("#aa").click(function(){
  6. $("#opona").show();
  7. $("#opona").toggleSlide("slow");
  8. $("#opona").toggleSlide("slow");
  9. $("#obsah").load("soubor-s-textem.html");
  10. $("#opona").hide();
  11. });
Add Comment
Please, Sign In to add comment