Hi im trying to access every child that is not 3n+6
i.e something like this $('div:nth-child(!3n+6)')
is there a way to select every child that is not 3n+6 in jquery
Hi im trying to access every child that is not 3n+6 i.e something like
Share
should work fine