Anonymous

MediaWiki:Gadget-BlurImages.js: Difference between revisions

From Jenny Everywhere Wiki
no edit summary
No edit summary
No edit summary
Line 20: Line 20:
var width = $(img).width();
var width = $(img).width();
var height = $(img).height();
var height = $(img).height();
    $(obj).append($("<div></div>").text(text).width(width).height(height).addClass("imagecover").click(function(event){  
    $(obj).find("div").append($("<div></div>").text(text).width(width).height(height).addClass("imagecover").click(function(event){  
    $(event.target).parent().find("img").css("filter", "none");
    $(event.target).parent().find("img").css("filter", "none");
    $(event.target).remove();
    $(event.target).remove();
12,457

edits