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/)
$(document).ready(function(){
remember('[name=field_name]');
});
It remembers the input field nam
the demo :
> http://demos.flesler.com/jquery/scrollTo/
>
> On Jun 20, 12:52 pm, juxprose wrote:
>> Below is a block of code from a Wordpress plugin called "MM Forms", which
>> handles form creation.
>>
>> The part of the code below deals with what happen
Below is a block of code from a Wordpress plugin called "MM Forms", which
handles form creation.
The part of the code below deals with what happens when a form is submitted,
which I believe is around this part:
if (1 == data.mailSent) {
jQuery(data.into).find('form').res
3 matches
Mail list logo