[jQuery] Superfish License

2009-12-17 Thread Webguy
Hi, I was hoping to use your code in a commercial Wordpress theme I intend to sell in an online marketplace. Is that OK? I can't find a license, so I assume its OK to use commercially, but I wanted to check with you. I'd be glad to put a link to your site in the code, and even place a small do

[jQuery] Re: How do I set the value of a form element?

2009-04-12 Thread webguy...@yahoo.com
Assign the form value in your success callback, > after the span has been added to the DOM. Or, just assign the return > directly to the form element, if that's all you're sending back. > > On Sun, Apr 12, 2009 at 12:53 PM, webguy...@yahoo.com > > wrote: > >

[jQuery] Re: How do I set the value of a form element?

2009-04-12 Thread webguy...@yahoo.com
#x27;#myspan').text() ); }); }); ...it does not work. Could one of the problems be that the ajax-generated value is not available when the jquery code fires? After all, the same submit button is triggering both the ajax request and the jquery function. Any sugeestions? On Apr 12, 1

[jQuery] Re: How do I set the value of a form element?

2009-04-12 Thread webguy...@yahoo.com
Thanks! That did it! Can you take a look at where I ultimately need to go with this? This page... http://www.eastexhaust.com/inventory_.php ...has two forms. First one generates a part number via ajax. The next form sends us the part number with name, phone, email, etc. I'm trying to get th