Guest User

Untitled

a guest
Nov 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. /* Click state for main nav */
  2. $(".nav").click(function () {
  3. $(this).css('background-position', $(this).css('background-position').split(' ')[0] + ' -1px');
  4. }); /* end nav.click */
Add Comment
Please, Sign In to add comment