Possible Duplicate:
Clearing all cookies with javascript
I would like to have a checkbox assigned to activate and wipe out all cookies previously stored in my forms in one go. How would I do that with jquery cookie plugin? I can't seem to find examples in Klaus site and here.
Any hint would be very much appreciated.
Thanks
for (var it in $.cookie()) $.removeCookie(it);But I can't post it because this has been flagged as a dup. (Requires jquery-cookie.)