MediaWiki:Gadget-editSummary.js: различия между версиями

м ????
м ???
Строка 28: Строка 28:
  // HIDER
  // HIDER
  sp.insertAdjacentHTML('afterbegin', '<b>[+]</b>');
  sp.insertAdjacentHTML('afterbegin', '<b>[+]</b>');
  $(sp).children("a").hide()
  $(sp)
     .on("mouseover", function() {
     .on("mouseover", function() {
         $(this).children("a").show();
         $(this).children("a").show();
     }).on("mouseout", function() {
     }).on("mouseout", function() {
         $(this).children("a").hide();
         $(this).children("a").hide();
  });
  }).children("a").hide();
}//.css({display:'inline-block'});
}//.css({display:'inline-block'});