I can program with a number of client side technologies such as extjs, gxt and others but I am new to jQuery.
I am used to be able to store complex models on the client side and keep referring to it wo going back to the sever.
For example, after login, I want to be able to retain all user info, name, role, etc. Then later, upon clicking a button, the event handler can do different things depending on whether the user is admin or standard user.
How would you implement that in jQuery.