Guest User

Untitled

a guest
Jul 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script type="text/javascript">
  2. $("#tab3.tabMachineTabOff").click(function () {
  3. $(this).css("padding","9px 22px");
  4.  
  5. });
  6. $("#tab0, #tab1, #tab2").click(function () {
  7. $("#tab3").css("padding","9px 23px");
  8.  
  9. });
  10. </script>
Add Comment
Please, Sign In to add comment