Thanks for your answer :)
I tried this also, but no luck...

What may be the problem?
I have another jQuery function in the same place, but it works just
fine....

can it be that nested div called in other way?

Thanks again

On Apr 23, 3:26 pm, "Giuliano Marcangelo"
<[EMAIL PROTECTED]> wrote:
> $(document).ready(function(){
>
>            $('#UserSubPanel  a').addClass('sideLink');
>   });
>
> 2008/4/23 vladv <[EMAIL PROTECTED]>:
>
>
>
> > Selecting all the links in div..
> > I know it should be really simple, but for some reason I can't make it
> > work..
>
> > I work with asp.net and try to run something like this:
>
> >   $(document).ready(function(){
>
> >            $('#UserSubPanel > a').addClass('sideLink');
> >   });
>
> > but it doesn't work. The links are LinkButtons but rendered as <a>
> > Can someone please help me with this?
> > Thanks in advance.

Reply via email to