Anonymous

User:Bongolium500/common.js: Difference between revisions

From Jenny Everywhere Wiki
no edit summary
(Undo revision 30778 by Bongolium500 (talk))
Tag: Undo
No edit summary
Line 5: Line 5:
var width = $(img).width();
var width = $(img).width();
var height = $(img).height();
var height = $(img).height();
    $(obj).find(".thumbinner").append($("<div></div>").text("Click to view.").width(width).height(height).addClass("imagecover").click(function(event){ $(event.target).remove() }));
    $(obj).find(".thumbinner").append($("<div></div>").text("Click to view.").width(width).height(height).addClass("imagecover").click(function(event){  
    $(event.target).parent().find("img").css("filter", "none");
    $(event.target).remove();
    }));
});
});
});
});
12,450

edits