Check this out.
http://www.pengoworks.com/workshop/jquery/field/field.plugin.htm#examples 
jQuery Field Plug-in will give you all filed values in your form 
 now associate click event to yuor button like 
$(function(){$('#btn').click(function(){$('#divID').htm($('#formName').formHash(););})});
make this works then we'll see for ajax part



FrenchiInLA wrote:
> 
> Can you post at least your html code. to see how your page is made. if i
> understand you corretly you want to copy value of text box (UID value) to
> a div
> You can always start by coding somethign like
> $('#div').htm($('#txt').value();) now i don't know by which event you want
> to trigger this action. 
> 
> 
> 
> Chasery wrote:
>> 
>> I am having some serious problems with what should be some easy
>> scripting. I am looking to talk to some one over an instant messenger
>> that could help guide me through what I am trying to do.
>> 
>> What I am looking to do is take user input and display it in a div next
>> to it. At that time I would also like another div to open.
>> 
>> aim - Billhillydude2k
>> msn - [EMAIL PROTECTED]
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-help-tp17806822s27240p17810366.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to