开发者

Is it possible to implement "Remember Me" using jquery cookies?

开发者 https://www.devze.com 2023-01-18 08:09 出处:网络
Is it possible to implement \"Remember Me\" using jquery? If so, any suggestion how it can be done? EDIT:

Is it possible to implement "Remember Me" using jquery? If so, any suggestion how it can be done?

EDIT:

I am trying to remember username and password using jquery cookies.store cookies about username and password and read it the 开发者_StackOverflownext time and redirect to a specific page.


Look at this:

jQuery Cookie Plugin

How to implement:

  • Store login information in cookie using jQuery
  • Using Simple JavaScript
0

精彩评论

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