Guest User

Untitled

a guest
Feb 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $(function () {
  2.  
  3. $("#howfun").hide();
  4.  
  5. });
  6.  
  7. id();
  8.  
  9. <!-- Jquery link-->
  10. <script type="text/javascript" src="jquery-3.3.1.js"></script>
  11.  
  12. <h1 id="howfun">how fun</h1>
  13. <div class="clock">
  14. <div class="clock-face" id="setdate">
  15. <div class="hand hour-hand" id="setdate1"></div>
  16. <div class="hand min-hand"></div>
  17. <div class="hand second-hand"></div>
  18. </div>
  19. </div>
Add Comment
Please, Sign In to add comment