Why did you remove note
Note that you cannot use format with whitespace like "element:contains:( 'string' )". It has to be "element:contains:('string')".
here http://docs.jquery.com/Selectors/contains ?
It doesnt work with whitespaces
14:13, 1 April 2009 (PDT) I removed it because it doesn't seem noteworthy. If you omit the single quotes around the string (which is preferred), there is no problem. Also, you used incorrect syntax. There should be no colon (":") after "contains".
thx for explanation
Unknown entity 17:49, 5 April 2009 (PDT)