Are already tried remove .get(0)? Cos .get(0) return the element its self.
and element dont have css function, only jQuery has.
On 17 jul, 16:07, jquertil <[EMAIL PROTECTED]> wrote:
> $all = $('.listing > .myDivs');
> $all.get(0).css('color','#339900');
>
> why would this throw an error "function css does not exist" ??
>
> I tried this too with no luck:
>
> $('.listing > .myDivs').get(0).css('color','#339900');

