Dawood Abbas

Dawood Abbas

  • NA
  • 264
  • 95.4k

How to set and get cookie by particular keys?

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