why doesn't this work:
 
$('#text-field').val(this.name);
 
when this does:
 
$('#text-field).click( function() { alert(this.name); } );
 
? did i find a bug?

also: what does 'this' refer to? the jquery object, right?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to