> When I write it like this $('input#emailaddress')
> I get a "this.val undefined" error...

That's because 'val' is not a property on a that element.  You want
'value'.

Reply via email to