Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(){
  3. $("#drawer-closed").click(function(){
  4. $(".get-free-program .btn").addClass("expander425");
  5. });
  6. });
  7. </script>
  8.  
  9. <script>
  10. $(document).ready(function(){
  11. $("#drawer-closed").click(function(){
  12. $(".get-free-program form").addClass("showform");
  13. });
  14. });
  15. </script>
  16.  
  17. <script>
  18. $(document).ready(function(){
  19. $("#drawer-closed").click(function(){
  20. $(".get-free-program img.arrowToggler").addClass("arrow-flipper");
  21. });
  22. });
  23. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement