经验与JavaScript历史框架框架、经验、历史、JavaScript

2023-09-10 13:17:25 作者:★恨天魔君★

我正在寻找一个JavaScript历史的框架来处理页面内导航当用户选择它改变页面的行为的多个选项。

I'm seeking a javascript history framework to handle navigation inside a page when the user selects multiple options which change the page behaviour.

有能够改变页面的数据加载和我想保存这是一个堆叠组行为的页面上有多个文物。从更广泛的意义上,我想作为一个工具包,将它添加到我的未来Web项目出于同样的原因。

There are multiple artefacts on the page that change the data loading of the page and I'd like to store this as a stacked set of behaviour. In a wider sense, I'd like to add this as a toolkit to my future web projects for the same reasons.

我主要写在ASP.NET中使用jQuery,但我只是真的很担心JQuery的现在。我写(取决于演出)在PHP,Python和Perl等项目,因此将不得不与平台无关。

I'm primarily writing in ASP.NET with JQuery but I'm only really worried about JQuery for now. I do write other projects in PHP, Python and Perl (depending on the gig) so it would have to be platform agnostic.

我一直在寻找在网上,并发现了几个,但只有一个(覆盖在奥莱利)看起来像它会适合该法案。我已经开始与它玩,但我想知道什么工具包等人使用的是什么其他建议。

I've been looking on the net and have found a few but only one (covered on OReilly) looked like it would fit the bill. I have started playing with it but I wanted to know what toolkits other people were using and what others would recommend.

所以,如果你有一个历史框架的经验,处理后退按钮(等)在阿贾克斯我很想听到你用过什么,以及它是如何工作的。这将真正帮助我做出图书馆最终的选择。

So if you have any experience of history frameworks, handling the back button (etc) in Ajax I'd love to hear about what you've used and how it worked out. It would really help me make a final choice on library.

谢谢

取值

推荐答案

我有类似的问题,前一段时间建立一个闪存只有网站。我们尝试:

I had the similar problem a while ago building a flash only site. We tried:

真正简单的历史(因为它在Safari浏览器和闪光灯的组合的一些问题) ExtJS的具有的这对我们的工作伟大的历史组成部分。 (演示)除了我们已经使用这个框架已经用于其他项目。] Really Simple History (which had some problems in combination of safari and flash) ExtJS which has a history component which worked great for us. (Demo) [Beside we have used this framework already for other projects.]