[jQuery] jquery cookie plugin

[jQuery] 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/using-jquery-to-save-form-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
--
View this message in context: http://www.nabble.com/jquery-cookie-plugin-tp24163193s27240p24163193.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.