【发布时间】:2010-09-11 00:08:56
【问题描述】:
对于未登录用户,我的应用程序的流程如下所示:
1) non-logined user does a given action that requires login (arbitrary)
2) dialog appears for non-logined user and he logins without any refreshing of the page
3) collecting of additional information if it is new user
3) the given action should be executed
我该怎么做?我相信可以通过精心构造的回调来完成。棘手的部分是有一系列潜在的行动
【问题讨论】:
标签: javascript jquery ruby-on-rails callback