Hi -
I solved most of the issues below - just want to share with the group
(not sure if I double posted...)

On May 15, 6:37 pm, YC <[EMAIL PROTECTED]> wrote:
> I am wondering if there is an easy way to create a "container" to
> contain a series of pages that would be loaded via ajax, possibly with
> ability to handle history (i.e. goes back to the previous page loaded
> within the container).

This apparently is called AHAH now... too long away from
javascript...

> 3 - when ajax is triggered - the process repeats itself.
>
> My trouble with step 3 is that I don't know how to write it in jQuery
> so when the new page is loaded, step 2 is executed again - via
> events?

I found LiveQuery and it worked nicely.  Listen appears to solve the
same problem too.

> 4 - integrate with history, and maintain each #field separately; only
> one particular #field is displayed at any time.
>
> I found history_remote.js, and I'm not sure how it handles the
> scenario above; it seems to create a new field and populate the data,
> but doesn't appear to hide the newly created field when clicking on
> back button; for now I am unclear on how to extend it.

I couldn't get history_remote to do what I want, namely track every
click on the page and store into history.  I did find RSH and get it
to work successfully with jQuery at least on Firefox.  So far so
good ;)

Reply via email to