[jQuery] jquery cookie plugin

2009-06-23 Thread juxprose
Hello This function works with the jquery cookie plugin (http://plugins.jquery.com/project/cookie) and code from here (http://www.komodomedia.com/blog/2008/07/using-jquery-to-save-form-details/) script type=text/javascript $(document).ready(function(){ remember('[name=field_name]'); });

[jQuery] jQuery Cookie Plugin

2009-06-08 Thread Richard Walsh
Hey guys, I'm working on a project where I am using the jquery plugin that Klaus made. The cookie works very well with the exception that when the user closes the browser the cookie expires. I've been trying to figure out how I can set the var for expiry so that this doesn't happen but I am at a