5
Reply

How to set and get cookie by particular keys?

Dawood Abbas

Dawood Abbas

Sep 30 2015 6:09 AM
701
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)