Ralf S. Engelschall schrieb:
I'm using the jquery.cookie.js plugin from the jQuery SVN and I adjusted
it (see patch below) to allow me to...

1. easily delete a cookie with the (IMHO more intuitive)
   $.cookie("name", null) calls instead of the
   $.cookie("name", '', { expires: -1 }) calls.


Just to let you jQuerians know, I've updated that. So deleting a cookie can now be done like

$.cookie('cookie_name', null);

whereas the old syntax still works.



-- Klaus

Reply via email to