מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
אכא"כ |
רק אם צריך |
||
| שורה 236: | שורה 236: | ||
var $this = $( this ); | var $this = $( this ); | ||
$this.slideUp( "slow", function() { $this.remove(); } ); | $this.slideUp( "slow", function() { $this.remove(); } ); | ||
} ) | } ); | ||
if ( $( '.paramvalidator-wrapper:visible', content ).length > 1 ) | |||
$( '.paramvalidator-wrapper:visible', content ) | |||
.prepend( | .prepend( | ||
$( '<input>', { 'type': 'button' } ) | $( '<input>', { 'type': 'button' } ) | ||