jquery cookie plugin

jquery cookie plugin

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 ... m-details/ )

<script type="text/javascript">
$(document).ready(function(){
remember('[name=field_name]');
});
</script>

It remembers the input field name "field_name".

Does anyone know the correct way to add additonal input fields to the
"remember" function?

Many Thanks
    • Topic Participants

    • dave