I found the function add and remove class.

I tried:

  $(document).ready(function(){
    $("#nieuws > ul").tabs( { event: 'mouseover'});
   $("#tab1_actief").removeClass();
  });

But that doenst seem to work. How do i have to use this?

On 16 okt, 12:45, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Works amazing, thanks for your reply!
>
> Another litle question i have this:
>
>             <ul class="tabs">
>                 <li class="tab1_actief"><a href="#fragment-1"
> class="tab">Nieuwste berichten</a></li>
>                 <li class="tab2"><a href="#fragment-2"
> class="tab">Best bekeken</a></li>
>                 <li class="tab3"><a href="#fragment-3"
> class="tab">Meeste reacties</a></li>
>             </ul>
>
> So the first tab is avtive when the page is loaded and the tab has a
> different color then. Thats: tab1_actief
>
> How do i make it so that the li class actief also changes to the one
> where the user went over with his mouse?
>
> On 15 okt, 23:37, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
>
>
> > The jQuery UI Tabs plugin can do this.
>
> > Use it with event set to mouseover and Ajax links.
>
> >http://docs.jquery.com/UI/Tabs
>
> > --Klaus
>
> > On 15 Okt., 16:38, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > I am looking for a jQuery ajax script that can do the following:
>
> > >http://www.doublemedia.nl/nieuws.jpg
>
> > > When someone goes with his mouse over one of the tab's you see in the
> > > image he has to load the content that belongs to the chosen tab.
>
> > > Any one hoe knows a jquery plugin that can do this?
>
> > > Erwin- Tekst uit oorspronkelijk bericht niet weergeven -
>
> > - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk 
> > bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

Reply via email to