I'm brand new to jquery and am not even sure if I'm referring correctly to the "parent" element. I want to remove the two <li> tags completely. Is there a way to do this with only a single id declaration?
<li class="remove"><a href="#">ds</a></li>
<li class="remove"><a href="#">xfg</a></li>
<li><a href="#">ds</a></li> <------This stays as well as the one below
<li><a href="#">xfg</a></li>