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