我正在寻找仅将样式应用于特定区域的东西:
<div class="showcase limited-styles">
<style scoped type="text/css">/* some styles */</style>
<!-- the actual content - only affected by the style definitions above -->
</div>
我已经找到了 jQuery Scoped,但由于某种原因它对我不起作用 - 所有其他样式也适用,因此使用最高可用的特异性并没有更好。
谢谢!