排除元素被cufon取代?

时间:2011-09-11 20:36:41

标签: javascript html cufon

如果我设置cufon用字体替换所有h1元素,我可以排除具有特定类的元素吗?

例如,cufon替换了页面上除了具有'nocufon'类的元素之外的所有h1元素。

由于

1 个答案:

答案 0 :(得分:1)

我没有对此进行测试,但这应该可行

cufon.replace('h1:not(.nocufon)', {fontFamily:'myfont'});

为此,您可能还需要包含jQuery或MooTools,或其他一些受支持的选择器。 https://github.com/sorccu/cufon/wiki/usage