Guest User

Untitled

a guest
Apr 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $(document).ready(function(){
  2. $("#slider > ul").tabs();
  3.  
  4. $("#sliderlist img").click(function(){
  5. var NewPath = "img/selectors/off/red.jpg";
  6. $(this).attr({ src: NewPath });
  7. $(this).unbind();
  8. });
  9.  
  10. });
Add Comment
Please, Sign In to add comment