Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $(window).load(function(){
  2. $("#button").click(function(){
  3. $("#tour_calendar").fadeToggle();
  4. $(this).toggleClass("active"); return false;
  5. });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement