我在我的网站上使用此脚本,它在所有浏览器中都运行良好,但它不会在9之前在IE中加载页面。你知道可能是什么问题吗?
<script type="text/javascript">
jQuery.noConflict();
(function($) {
$("div.boxPrdlistVet b:contains('Consulte-nos')").html("<b>ESGOTADO<br />Consulte-nos</b>");
})(jQuery);
</script>
我无法向<b>
元素添加类。
我正在使用JQuery 1.6.3。
我尝试了IS语句,但没有奏效。我是JQuery的新手,可能我没有尝试正确的方式......
如果你想看看墙上的网站here it is。