[jQuery] this.name
[jQuery] this.name
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
discuss@jquery.com
http://jquery.com/discuss/