Yes. Oh well.

Where should I watch for updates? Will there be an update of history
to accommodate UI Tabs? Or is it more likely that UI Tabs will
incorporate a history feature?

On May 29, 12:06 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> I assume you're using UI Tabs?
>
> http://docs.jquery.com/UI/Tabs#Does_UI_Tabs_support_back_button_and_b...
>
> --Klaus
>
> On May 28, 6:11 pm, timothytoe <[EMAIL PROTECTED]> wrote:
>
> > Ajax History doesn't seem to be working for me.
>
> > I'm including the file (which I've thrown into my jQuery directory...
>
> >                 <script type="text/javascript" src="jQuery/
> > jquery.history_remote.js"></script>
>
> > And I've initialized the history (right after document.ready)...
>
> >         $.ajaxHistory.initialize();
>
> > I'm using a recent version of the Tabs plugin.
>
> >                 <script type="text/javascript" 
> > src="jquery.ui-1.5b4/ui.tabs.js"></
> > script>
>
> > Nothing new happens. History doesn't work (in FF2). Am I missing a
> > step or two? All my tabs have the hash (of course) provided by the
> > tabs plug-in.
>
> > Any ideas?
>
> > On Apr 28, 6:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:
>
> > > I was working around with this history plugin, quite interesting. But
> > > unfortunate thing is, I was not able to use this for any ajax calls
> > > (link) present in the responseText.
> > > Funny.
>
> > > On Apr 5, 5:48 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > > You'll probably have to maintain the state on your own. I'm currently
> > > > rewriting theHistoryplugin, so that you can do:
>
> > > > $.history('add', 'state_name', function {
> > > >     // handle, e.g. restore state...
>
> > > > });
>
> > > > --Klaus
>
> > > > On Apr 5, 1:12 am, sbyrne <[EMAIL PROTECTED]> wrote:
>
> > > > > I'm with you regarding the click event, but how does that solve the
> > > > > problem of the state of the form (values of the input fields) when it
> > > > > was submitted via AJAX?
>
> > > > > On Feb 27, 2:43 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > > > >Historycan only work with links because the whole hack relies on
> > > > > > changing the fragment identifier of the current address. This is not
> > > > > > possible with form submits.
>
> > > > > > Workaround: Use a click event that submits the form as an Ajax form.
> > > > > > The form plugin makes that pretty easy and maybe you were talking of
> > > > > > myhistoryplugin:
>
> > > > > >http://stilbuero.de/jquery/history/
>
> > > > > > --Klaus
>
> > > > > > On Feb 27, 7:54 pm, urbolutions <[EMAIL PROTECTED]> wrote:
>
> > > > > > > Is there a good jQueryhistoryplugin that works with form
> > > > > > > submissions?
>
> > > > > > > Critical part being form posts here. Found one that seems to only 
> > > > > > > work
> > > > > > > with click events...need the form posts.
>
> > > > > > > Any help would be greatly appreciated!

Reply via email to