مدیاویکی:Common.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۹: خط ۱۹:
});
});
$(document).ready(function(){
$(document).ready(function(){
  alert(123);
      if($('[id="toc"]').length > 0) {
        alert("hast");
      }
});
});