I'm trying to remove all specific classes within a specific div. I've tried various jQuery code and cannot get it working. I want to remove "remove all of this" below
<div id="commRollover">
<div class='nRegions' style='display:none;' id='Belgium' ><b><em>Belgium</em></b><BR><BR>
<div class='commIntro'>remove all of this</div>
<BR /></div>
<BR /></div>
I tried the following:
$("#commRollover").removeClass("commIntro");