پرش به محتوا

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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۸۶: خط ۸۶:
  * @param duration {mixed} Animation duration passed to jQuery.
  * @param duration {mixed} Animation duration passed to jQuery.
  */
  */
/*
function collapse( duration ) {
function collapse( duration ) {
   
   
خط ۱۲۱: خط ۱۲۲:
   
   
}
}
 
/**
/**
  * Expands the sidebar.
  * Expands the sidebar.
خط ۱۵۹: خط ۱۶۰:
   
   
}
}
 
*/
function totop() {
function totop() {
$('html, body').animate({ scrollTop: 0 }, 500);
$('html, body').animate({ scrollTop: 0 }, 500);
خط ۱۸۸: خط ۱۸۹:
   
   
// Show the toggle tab.
// Show the toggle tab.
$("<a class='sidebarbottons' id='collsidebar'></a>")
//$("<a class='sidebarbottons' id='collsidebar'></a>")
.prop( "title", "تغییر وضعیت فهرست سمت راست" )
// .prop( "title", "تغییر وضعیت فهرست سمت راست" )
.click( toggle )
// .click( toggle )
.insertAfter("#mw-panel");
// .insertAfter("#mw-panel");
$("<a class='sidebarbottons' id='totop'></a>")
$("<a class='sidebarbottons' id='totop'></a>")