[jQuery] Re: Dropdown list to auto populate input boxes

2007-11-07 Thread Nathan
Actually I have just worked out what the problem is, thankyou On Nov 7, 1:24 am, George GSGD [EMAIL PROTECTED] wrote: Is your alert working correctly? If you've managed to get the data properly, then I would suggest trying the val function instead of attr('value') If you give it an argument

[jQuery] Re: Dropdown list to auto populate input boxes

2007-11-06 Thread George GSGD
Is your alert working correctly? If you've managed to get the data properly, then I would suggest trying the val function instead of attr('value') If you give it an argument it will set the elements value to that argument eg: $(#charity_address).val(address); HTH George