微件:AnchorCore:修订间差异

来自Limbo Wiki
无编辑摘要
(Test)
第12行: 第12行:
     $(".lw-AnchorError").hide();
     $(".lw-AnchorError").hide();
     if(location.hash == ''){location.hash='Anchor-Default';}
     if(location.hash == ''){location.hash='Anchor-Default';}
  });
});
});
(RLQ=window.RLQ||[]).push(function(){
mw.loader.implement("lw.anchor",function($,jQuery,require,module){
  $(document).ready(function(){
    $(".lw-AnchorError").hide();
    a = $("#" + $(this).attr("href"));
    if(a.length == 0){$("#Anchor-Default").show();}
    $("a").click(function(){
    a = $("#" + $(this).attr("href"));
        if(a.length == 0){$("#Anchor-Default").show();}
    else{$("#Anchor-Default").css("display","");}
  });
   });
   });
});
});
});
});
</script>
</script>

2022年8月27日 (六) 02:31的版本

<style> .lw-Anchor {

 display:none;

} .lw-Anchor:target {

 display:block;

} </style><script> (RLQ=window.RLQ||[]).push(function(){ mw.loader.implement("lw.anchor",function($,jQuery,require,module){

 $(".lw-AnchorError").ready(function(){
   $(".lw-AnchorError").hide();
   if(location.hash == ){location.hash='Anchor-Default';}
 });

}); }); (RLQ=window.RLQ||[]).push(function(){ mw.loader.implement("lw.anchor",function($,jQuery,require,module){

 $(document).ready(function(){
   $(".lw-AnchorError").hide();
   a = $("#" + $(this).attr("href"));
   if(a.length == 0){$("#Anchor-Default").show();}
   $("a").click(function(){
   	a = $("#" + $(this).attr("href"));
       if(a.length == 0){$("#Anchor-Default").show();}
   	else{$("#Anchor-Default").css("display","");}
 });
 });

}); }); </script>