מדיה ויקי:Gadget-moveVectorMenuToTabs.js: הבדלים בין גרסאות בדף
ניסיון לדמות התנהגות של addOnloadHook |
כך? |
||
| שורה 2: | שורה 2: | ||
// written by [[user:Mikimik]] | // written by [[user:Mikimik]] | ||
$(function() {setTimeout(function() { | $(function() {setTimeout(function() { | ||
$('#p-cactions li a').wrap | $('#p-cactions li a').wrap('<span>'); | ||
$(' | $('#p-cactions li').insertAfter($('#ca-js-delete, #ca-js-block, #ca-watch, #ca-unwatch').eq(0)); | ||
$('#p-cactions').remove(); | $('#p-cactions').remove(); | ||
}, 777); | }, 777); | ||
}); | }); | ||