InterviewSolution
Saved Bookmarks
| 1. |
Write a jQuery code to create and delete cookies from the browser. |
|
Answer» There is no direct way to access the cookies using jquery. We can easily do this with the help of pure javascript. To work with cookies in jQuery, you must install the Dough cookie plugin or any other cookies plugins. The dough is simple to use and offers a number of useful capabilities.
|
|