Guest User

Untitled

a guest
Dec 12th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function(){
  2. $(".addViews img").click(function () {
  3. $(".altToggle img").attr("src", $(this).att("rel");
  4. });
  5. });
  6.  
  7.  
  8. <img rel="/ea/store/assets/$!product.getAttributes().get("altPic1")" />
Add Comment
Please, Sign In to add comment