Simon
Reported by: |
3568@… |
Owned by: |
|
Priority:
|
|
Milestone:
|
|
Component:
|
|
Version:
|
|
Keywords:
|
Simon, SPAM
|
Cc:
|
|
Blocked by:
|
|
Blocking:
|
|
if we have var s1=$('td.s1'), s2=$('td.s2') then s1.add(s2) is expected to add all elements of set s2 into set s1, but instead it's adding whole set s2 as one element of s1 which forces me to write expanding code like that: s2.each(function(){s1.add(this)})
Change History (4)
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Cc: |
Simon added
|
Component: |
→ 1
|
Keywords: |
Simon added; add set merge removed
|
Milestone: |
→ 1
|
Priority: |
→ 1
|
Summary: |
add does not merge sets →
Simon
|
Type: |
→ 1
|
Version: |
→ 1
|
Component: |
1
|
Milestone: |
1
|
Priority: |
1
|
Type: |
1
|
Version: |
1
|
Cc: |
Simon removed
|
Keywords: |
SPAM added
|
Summarized in http://jquery.com/dev/bugs/bug/252/