מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
יותר פשוט, וכולן שמחות. |
אכא"כ |
||
| שורה 235: | שורה 235: | ||
.click( function() { | .click( function() { | ||
var $this = $( this ); | var $this = $( this ); | ||
$this.slideUp( "slow", function() { $this.remove(); | $this.slideUp( "slow", function() { $this.remove(); } ); | ||
} ); | } ) | ||
.prepend( | |||
$( '<input>', { 'type': 'button' } ) | |||
.val( 'סגור הכל' ) | |||
.click( function() { $( '.paramvalidator-wrapper' ).remove(); } ) | |||
); | |||
} ); | } ); | ||