5
Answers

How to set and get cookie by particular keys?

Photo of Dawood Abbas

Dawood Abbas

9y
1.1k
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)