Longer title:
Technique to blindUp or blindDown from an already open (and random
height) container to another height (and contents) container of the
same name...

Basically,  I've got a few links that when clicked do the following:

1. grab an xml file, parse through it, building an array of products
(thumbnails, links, descriptions)
2. build a table
3. innerHTML a pre-existing div
4. blinddown to reveal the div

If the div is already toggled open and populated with products when
another of the links is clicked, I do the following:

a. delete existing children of the div
b. then do steps 1-3 above, effectively insta-switching one set of
products for another.

What I NEED to do:

Rather than insta-switching the innerHTML of the div, I need to
blindUp or blindDown from the div's current height to the div's new
height, then make the switch.

Make sense?

I've already gone about this a couple ways, but my brain is foggy and
I could use an idea or a pointing finger for direction at this
juncture..

Thanks!
indexasp


--~--~---------~--~----~------------~-------~--~----~
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