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.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to