On 15/12/06, Chris Domigan <[EMAIL PROTECTED]> wrote:
> Mungbeans - remember "this" in the context you are using it is a normal DOM
> node, so you can't use jQuery methods like .val on it. You can do
> $(this).val() instead.

If it is just a text box (not a dropdown or radio/check button), you
just use 'this.value'.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to