Can you provide an example of the code? I'm not sure what you're
trying to do from your description. (If I had to guess, I'd say that
you're trying to pass an element to filter, but I'm not sure why.)

--John

On 6/20/07, Gordon <[EMAIL PROTECTED]> wrote:

If I build up a list of elements by pushing elements retrieved
getElementById onto an array and pass it to not() I can use this list
to filter out elements I don't want.  But when I try the same thing
with filter() I get an error message:

t.substring is not a function
http://localhost/js/jquery/jquery.js
Line 2659

I have tried this with both 1.1.2 and 1.1.3a and gotten the same
result (the error above was from 1.1.3a)

>From what I understand filter and not work in a similar way, and that
not in fact uses filter to do its job.  Is there a reason why I can
pass an array of elements to not but I can't pass one to filter?


Reply via email to