$(".one-class").removeClass(".one-class").addClass("another-class");
:) Glen On 10/16/07, Chris - Implied By Design <[EMAIL PROTECTED]> wrote: > > > Hi Folks, > > Could jQuery replace instances of a class with another class? For > instance replace <img class="one-class"..> with <img class="another- > class"..>? If so, how would I go about this? > > Thanks! > Chris > >