מדיה ויקי:Gadget-validate-template-params.js: הבדלים בין גרסאות בדף

ניסוי
אופסי
שורה 5: שורה 5:
$( '<input>', { type: 'button', value: 'סגור' } )  
$( '<input>', { type: 'button', value: 'סגור' } )  
).click( function() {  
).click( function() {  
$( this ).closest( '.paramvalidator-wrapper' )
$( this ).closest( '.paramvalidator-wrapper, .error.parameters' )
.remove();  
.remove();  
} );  
} );  
} );
} );
} );
} );