User:Bongolium500/common.js: Difference between revisions
From Jenny Everywhere Wiki
|
|
(9 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| mw.hook('wikipage.content').add(function(){
| | |
| console.log("Executing");
| |
| $('.blur-image').each(function(i, obj) {
| |
| console.log("in loop");
| |
| var img = $(obj).find(".thumbimage");
| |
| var width = $(img).width();
| |
| var height = $(img).height();
| |
| $(obj).find(".thumbinner").append($("<div></div>").text("Click to view.").width(width).height(height).css("color":"white", "background-color":"black"));
| |
| });
| |
| });
| |
Latest revision as of 11:38, 19 July 2024