$.aqCookie

set ( key, [value] ), get ( key | array ), del ( key )

   var f = document.forms['fex'];
   $.aqCookie.set(f.key.value,f.val.value);
   var arry = $.aqCookie.get(f.key.value);
   alert(arry[f.key.value]);
   $.aqCookie.del(f.key.value);

Example

Set some cookies and they will show up in the box on the right, you can get the values of the keys or delete by using the box below.

© 2010 Aquaron Design Studio.