That works great. Thanks!
On May 14, 3:01 pm, Bryan wrote:
> Try this
>
> var ans = $("#carousel li a.active").parent().attr("carouselindex");
>
> Cheers,
> Bryan
>
> On May 14, 2:49 pm, "Matt M." wrote:
>
> > Hello,
>
> > I have been learning jQuery and have been loving it so far. But can't
>
Try this
var ans = $("#carousel li a.active").parent().attr("carouselindex");
Cheers,
Bryan
On May 14, 2:49 pm, "Matt M." wrote:
> Hello,
>
> I have been learning jQuery and have been loving it so far. But can't
> figure out how to do the following...
>
> 1) Find the inside a that has an act
Try this...
var answer = $("#carousel li a.active").parent().attr
("carouselindex");
Cheers,
Bryan
On May 14, 2:49 pm, "Matt M." wrote:
> Hello,
>
> I have been learning jQuery and have been loving it so far. But can't
> figure out how to do the following...
>
> 1) Find the inside a that has
3 matches
Mail list logo