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

ACP picture ACP · Sep 30, 2010 · Viewed 9.6k times · Source

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 next time and redirect to a specific page.