thanks I have not seen nextAll yet.
On Jul 6, 5:47 am, Ricardo <ricardob...@gmail.com> wrote: > $(this).nextAll('.jcarousel-item-placeholder').remove(); > > http://docs.jquery.com/Selectors > > On Jul 6, 1:05 am, expresso <dschin...@gmail.com> wrote: > > > I want to remove the following <li> and any after that which have the > > class jcarousel-item-placeholder in them > > > <li class="jcarousel-item jcarousel-item-horizontal jcarousel-item-4 > > jcarousel-item-4-horizontal jcarousel-item-placeholder jcarousel-item- > > placeholder-horizontal" jcarouselindex="4"/> > > > I'm not sure how to go about this.