> I noticed. Great!
>
> One question though...
> Does this also fix the problem of the source/prototype element being
> *moved* to the first target location, rather than cloned like in
> 1.2.6 ?

That was actually a bug in 1.2.6 - it was resolved in 1.3.

For example, this moves this element:
$("#oneelement").appendTo("#anotherelement");

And so should this:
$("#oneelement").appendTo(".manyelements");

The fact that it didn't move was causing problems (namely that it's
incredibly unexpected that it should move sometimes, but not others).

--John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to