In this post I would like to share jQuery Plugin that will help you easily get, set, delete and basically manage your cookies. jquery.cookie is a simple, lightweight jQuery plugin for reading, writing and deleting cookies. Also read "How to create JSON cookies using jQuery" How to use it? //To set a cookie $.cookie('the_cookie', 'the_value'); […]
Comments Off on jQuery Cookies : Get, Set and Delete Example