遇到了 jQuery Isotope 插件,并且一直在玩它。
我似乎无法解决的一件事是如何在内部和同位素元素中显示带有标记的文本(例如 us <b>
、<strong>
、<em>
等)
像下面这样的代码,当放在一个元素中时会导致一些视觉问题
<h3 class="cont-tlt">This is an article<em> italic </em>title</h3>
<p class="cont-txt">This is some <strong>important</strong> text for our viewers</p>
检查小提琴:http: //jsfiddle.net/fGBxC/5/