X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=41b8201a4ff9564dd154e880ab5b973dce061ba7;hb=2cefce05c8619b359accb78eb0de8e54962f5abf;hp=74b912e665bc8de7e43c1f247a6e1b47bdebb32f;hpb=92973279ea26c415f505d187276460115c668f17;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 74b912e..41b8201 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -932,10 +932,6 @@ jQuery.fn = jQuery.prototype = { * Please note: the expression cannot use a reference to the * element name. See the two examples below. * - * This will not work: $(".res img").not("img[@src$=on]") - * - * This will: $(".res img").not("[@src$=on]"); // also could be written $(".res img:not([@src$=on])") - * * @example $("p").not( $("div p.selected") ) * @before

Hello

Hello Again

* @result [

Hello

]