hi,

I'm new to jQ, but I found this with next() statement that get the
element very next to the targeted one.

$(".btn-slide").click(function(){
      $(this).next().slideToggle('slow');
      return false; // <-- this is necessary, too, to prevent the
link's default action  NOT SURE ??

});

Reply via email to