Javascript VWO代码不工作

Javascript VWO代码不工作,javascript,header,Javascript,Header,以下vwo代码不工作 <script type="text/javascript"> /* You can use inline Javascript or JQuery (as shorthand vwo_$) or link to an external JavaScript file using "src" attribute */ vwo_$(document).ready( function() { vwo_$("#ciq_ideal_statement").re

以下vwo代码不工作

<script type="text/javascript">
 /* You can use inline Javascript or JQuery (as shorthand vwo_$) or link to an external JavaScript file using "src" attribute */
 vwo_$(document).ready( function()
 {
  vwo_$("#ciq_ideal_statement").remove();
  vwo_$(".box-container").addClass("ciq-ideal").prepend("<div id=ciq_ideal_statement>Shapewear ideal for Weddings, Birthdays, Special Occasions, and Everyday use.</div>");
  });
</script>

<style>
 /* Write inline styling here or link to an external stylesheet using link tag */
   .box-container.ciq-ideal{
     min-height:100px;
   }
   #ciq_ideal_statement {
    padding: 10px 20px;
    color: white;
    font-size: 16px;
     text-align:center;
     background: none repeat scroll 0% 0% #F06EAA;
     border-radius: 10px 10px 0px 0px;
}
   .box-container .box:first-child {
    border: medium none;
    box-shadow: 0px 0px 12px #333;
    width: 160px;
}
</style>

/*您可以使用内联Javascript或JQuery(作为缩写vwo_$)或使用“src”属性链接到外部Javascript文件*/
vwo_$(文档).ready(函数()
{
vwo$(“#ciq_理想_声明”)。删除();
vwo_$(“.box container”).addClass(“ciq理想”).prepend(“Shapewear理想婚礼、生日、特殊场合和日常使用”);
});
/*在此处编写内联样式,或使用link标记链接到外部样式表*/
.box-container.ciq-ideal{
最小高度:100px;
}
#出入境检验检疫局声明{
填充:10px 20px;
颜色:白色;
字体大小:16px;
文本对齐:居中;
背景:无重复滚动0%0%#F06EAA;
边界半径:10px 10px 0px 0px;
}
.盒子容器.盒子:第一个孩子{
边界:中等无;
盒影:0px 0px 12px#333;
宽度:160px;
}

有人能帮我调试一下它为什么不工作吗。感谢您的建议。

假设您使用的是可视化网站优化器,我是否正确?如果是这样,您很可能需要联系vwo寻求帮助。代码似乎是正确的。您能否向VWO提出支持查询并分享更多详细信息?