[jQuery] Re: attribute selector: evaluating to variable

2009-01-23 Thread aldana
sorry, of course... did look too much at it to see the most obvious solution. Karl Swedberg-2 wrote: > > Hi Manuel, > > You have to concatenate the rest of the selector, which is a string, > and the variable: > > $('.removeFav[adld=' + adId + ']').show(); > > > --Karl > >

[jQuery] Re: attribute selector: evaluating to variable

2009-01-23 Thread Karl Swedberg
Hi Manuel, You have to concatenate the rest of the selector, which is a string, and the variable: $('.removeFav[adld=' + adId + ']').show(); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 23, 2009, at 10:44 AM, aldana wrote: hi, how do i let a