Advertisement
Guest User

Untitled

a guest
Jul 9th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(".html5lightbox").html5lightbox({
  2. beforeShow : function() {
  3. var alt = this.element.find('img').attr('alt');
  4.  
  5. this.inner.find('img').attr('alt', alt);
  6.  
  7. this.alt = alt;
  8. }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement