$('div[class*=abc]').function-you-need filters all div's, filters all
divs, which are not of the class abcOn Aug 3, 3:37 pm, "David .Wu" <[email protected]> wrote: > if I have 3 div, how to filter the div without class abc? > > <div></div> > <div class="abc"></div> > <div></div>

