5
Answers

How to set and get cookie by particular keys?

Dawood Abbas

Dawood Abbas

9y
725
1
I want to set and get cookie values in jquery success by one perticular key so how?
like
 
$.cookie("loggedInUser", username);
alert($.cookie("loggedInUser")); 
Answers (5)