Zebra_Cookie is an extremely small (~500 bytes minified) jQuery plugin for writing, reading and deleting cookies. Handling cookies can be a daunting task using plain JavaScript. Also, jQuery doesn't natively include functions for handling cookies and one must rely on plug-ins. Recently, while working on a project that needed to be done without relying on server-side scripting, I had to use cookies and so, as part of my plan of world domination, I decided to write my own plugin for cookie handling in jQuery.