Anonymous

MediaWiki:Gadget-BlurImages.js: Difference between revisions

From Jenny Everywhere Wiki
Created page with "mw.hook('wikipage.content').add(function(){ $('.blur-image').each(function(i, obj) { console.log("in loop"); var img = $(obj).find(".thumbimage"); var width = $(img).width(); var height = $(img).height(); var text = "Click to view. Contains " + $(obj).data("contains") + "."; $(obj).find(".thumbinner").append($("<div></div>").text(text).width(width).height(height).addClass("imagecover").click(function(event){ $(event.target).parent().find("img").css..."
(Created page with "mw.hook('wikipage.content').add(function(){ $('.blur-image').each(function(i, obj) { console.log("in loop"); var img = $(obj).find(".thumbimage"); var width = $(img).width(); var height = $(img).height(); var text = "Click to view. Contains " + $(obj).data("contains") + "."; $(obj).find(".thumbinner").append($("<div></div>").text(text).width(width).height(height).addClass("imagecover").click(function(event){ $(event.target).parent().find("img").css...")
(No difference)
12,457

edits