diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 0a21af77..e26ae9e5 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2549,7 +2549,7 @@ jQuery.macros = { * @cat DOM/Manipulation */ remove: function(a){ - if ( !a || jQuery.filter( [this], a ).r ) + if ( !a || jQuery.filter( a, [this] ).r ) this.parentNode.removeChild( this ); },