מדיה ויקי:Common.js: הבדלים בין גרסאות בדף

היו נועזים בעריכת common.js
ככה?
שורה 234: שורה 234:
$( '.paramvalidator-wrapper:visible',  content )
$( '.paramvalidator-wrapper:visible',  content )
.prepend( $( '<input>', { 'type': 'button' } ).val( 'סגור' ) )
.prepend( $( '<input>', { 'type': 'button' } ).val( 'סגור' ) )
.click( function() { $( this ).slideUp(); } )
.click( function() { var $this = $( this ); $this.slideUp( "slow", function() { $this.remove(); } ); } )
.each( function() {
.each( function() {
var $t = $( this ),
var $t = $( this ),