Thanks Dave, I've assigned an id and a name attr to my html, so now it validate. But with IE7 stil doesn't work.
On Dec 10, 6:59 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > The code for .val() assumes there is an element in the > > jQuery object and will generate an error similar to the one you > > describe if there is no element selected. > > Let me correct myself here; .val() returns "undefined" if there is no > element in the current jQuery object.