[jQuery] Re: Best practice to get form field values

2008-06-14 Thread mar10
Thank you Dan, this looks good. Still wondering, if form field access shouldn't be part of the core. (I need it more frequently than all these slideUpBlendFadeToggle effects ;-) Martin On Jun 12, 9:16 am, mar10 <[EMAIL PROTECTED]> wrote: > Hi, > > what would you conside

[jQuery] Best practice to get form field values

2008-06-12 Thread mar10
Hi, what would you consider the 'best practice' to access form input values? Having an input field I could use $('[EMAIL PROTECTED]').val() or $('[EMAIL PROTECTED]"title"]').val() or $('[name=title]').val() or $('[name="title"]').val() ( I also once observed