创建使用 URL 中提供的命令更改页面内容的部分视图
当有人单击登录按钮时,我会显示一个模式弹出窗口,然后他们可以输入他们的凭据,如果成功,他们可以继续前进,但如果不是模式显示......
这工作正常......
但我担心的是下面的提交按钮我有一个链接“忘记密码”,我希望它是一个操作,当用户单击它时,它会隐藏登录内容并显示检索密码内容,然后用户输入详细信息并可以获得他想要的信息。 ..
任何人都可以给我一些代码示例或其他东西吗...
I am showing a modal popup when someone click login button and then they can enter their credentials, if successful they can move forward but if not an on the modal shows ...
this is working fine ...
but my concern is below submit button I have a link 'Forgot password', and I want it to be action that when user clicks it, it hides the login content and display the retrieve password content in the same and then user enters the details and can get the info he wants ...
can any one give me some code example or something ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如使用 jQuery...
然后您可以使用 jQuery $.ajax() 函数提交表单并用结果替换忘记的密码 div 等...
Using jQuery for example...
You can then submit the form using the jQuery $.ajax() function and replace the forgot password div with the result etc...