开发者

Rails wizard like form using jQuery

I want to build a wizard like multi-step input form for my model.

I want to stick to rest practices as long as possible.

The individual steps in the wizard don't have much inter-dependency so to avoid the round trip to the server, I want to store the whole data on client side using JQueryUI tabs or similar.

I have following question.

  1. Is there any better way this could be achieved ?

  2. Can anyone point me to any example or documentation regarding the use JQueryUI-tabs an开发者_JAVA技巧d rails together ?

regards.


Try http://github.com/CodeOfficer/jquery-ui-rails-helpers which has a JQueryUI tab helper.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜