Thanks, George....

I figured out the "find" solution but I am curious about the format you are
using: $(xxx,xxx).  I have not seen that format.  I gotta' go digging for
more info on that.

Thanks

Larry Woods


George-147 wrote:
> 
> 
> you can do
> $('a', $(this)).css("color", "red");
> 
> But it will change all A links
> 
> George
> 
> On Nov 19, 7:18 pm, lwoods <[EMAIL PROTECTED]> wrote:
>> I have an action function where I have $(this).  Now I need to change the
>> css
>> for a link ( ) that is inside the $(this) .  How do I reference it?  In
>> my
>> example, the $(this) references a <div> and I want to change the text
>> color
>> in a   that is within this <div>.
>>
>> ????????????????
>> --
>> View this message in
>> context:http://www.nabble.com/Need-to-reference-an-object-enbedded-in-a-%24th...
>> Sent from the jQuery General Discussion mailing list archive at
>> Nabble.com.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-to-reference-an-object-enbedded-in-a-%24this-tp20592435s27240p20595295.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to