jenner wrote:
> ...
> What I'd like to do is - create the nice visual effect as defined in
> switchPositionsWithMove(), but
> reorder the DOM structure as in switchPositionsWithDOM(). Ideas
> anyone?
>
> TIA,
> jenner
>
>   
You _could_ call switchPositionsWithDOM() inside of 
switchPositionsWithMove(), but why on earth would you need the DOM order 
a certain way?  DOM order is somewhat like an object properties--the 
object {a: 'first', b: 'second'} is effectively the same as {b: 
'second', a: 'first'}.  Maybe I'm missing something.

- Ken Snyder


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to