[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] Form functionaltiy - scroll to top of page on submission

2009-06-20 Thread juxprose
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] Re: Form functionaltiy - scroll to top of page on submission

2009-06-20 Thread juxprose
: http://demos.flesler.com/jquery/scrollTo/ On Jun 20, 12:52 pm, juxprose d...@delarge.co.uk 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 happens when a form is submitted, which I believe