Re: [jQuery] Re: simple jquery form plugin question

2009-11-26 Thread David
Thank you very much Kelly! You solved my problem. On Thu, Nov 26, 2009 at 12:59 AM, Kelly wrote: > Hi David, > I was able to recreate the same problem and fixed it. Try this: > > > jQuery Form Plugin > > form { background: #DFEFFC; border: 5px solid #c5dbec; margin: 10px 0; > padding: 20px }

[jQuery] Re: simple jquery form plugin question

2009-11-26 Thread Kelly
Hi David, I was able to recreate the same problem and fixed it. Try this: jQuery Form Plugin form { background: #DFEFFC; border: 5px solid #c5dbec; margin: 10px 0; padding: 20px } // wait for the DOM to be loaded $(document).ready(function() { // bind 'myForm' an