[jQuery] Works with not() but not with filter()
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)