How to create, read and delete cookies with jquery?



How to create, read and delete cookies with jquery?..

Answer / Deepak Tiwari

nCreate:n$.cookie('name', 'value');nRead:n$.cookie('name');nDelete:n$.removeCookie('name');

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Whether C# code behind can be called from jQuery?

1 Answers  


What is the use of serialize method in jQuery?

1 Answers  


What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile

1 Answers  


Do you have plans for a new jquery plug-in or something else we should look out for? Where to from here for the imgpreview plugin?

0 Answers  


What is the difference between onclick and onsubmit?

1 Answers  


Tell me how to check data type of any variable in jquery? : jquery mobile

1 Answers  


Is jquery is json library file or a javascript?

1 Answers  


What is meant by a deep copy? : jQuery Mobile

1 Answers  


What are the paremeter of jquery ajax method?

1 Answers  


Differentiate the concepts of .js and .min.js?

1 Answers  


Jquery can be used in what scenarios?

1 Answers  


Why use jQuery filter() Methods?

1 Answers  


Categories