Jquery Redactor WYSIWYG在加载时转换

Jquery Redactor WYSIWYG在加载时转换,jquery,wysiwyg,Jquery,Wysiwyg,我是编辑 我正在使用redactor for WYSIWYG,出于某种原因,它正在将默认文本转换为jQuery2。太傻了。有什么想法吗 我用于管理面板的模板要求所有jQuery命令使用jQuery而不是$。这跟这事有关系吗?我必须将redactor.js文件中的所有$转换为jQuery 例如: 默认情况下,我将放入一个html表,它只显示标记,其余部分不见了,当我单击source时,它会这样说: <h2 style=" text-align: left; ">What is Sola

我是编辑

我正在使用redactor for WYSIWYG,出于某种原因,它正在将默认文本转换为jQuery2。太傻了。有什么想法吗

我用于管理面板的模板要求所有jQuery命令使用jQuery而不是$。这跟这事有关系吗?我必须将redactor.js文件中的所有$转换为jQuery

例如:

默认情况下,我将放入一个html表,它只显示标记,其余部分不见了,当我单击source时,它会这样说:

<h2 style=" text-align: left; ">What is Solavei?<br>
</h2>
<p>2</p>
<h2 style=" text-align: left; ">Why Partner with Us?<br>
</h2>
<p>2</p>
<h2 style=" text-align: left; ">Join Now!<br>
</h2>
<p>2</p>
<p>2</p>
这是我通过php插入的表(很抱歉格式不好,我不想花很多时间在上面,因为它对响应并不重要……这不是它使用的唯一代码)


什么是索拉维?
  • 一家关系驱动型公司,通过全国4G网络提供无限制的通话、文本和互联网,每月49美元,无合同
  • 利用社交媒体和网络的力量,让客户和合作伙伴只需与他人分享机会,就可以获得难以置信的月收入。
  • 这场革命为数百万美国人提供了真正的金融独立的机会

    • 为什么要与我们合作?
      • 我们是Solavei发展最快的网络组织之一
      • 我们为我们的会员提供100%的支持,并让他们获得数千名经验丰富的Solavei专业人士的经验
      • 我们将帮助您建立自己的Solavei网络。 我们的成功取决于我们每个成员的成功。在你签下前三名新成员后,我们将为你再签三名

      现在就加入


原因是jQuery没有冲突。不要将jQuery与redactor一起使用。使用$。将所有$转换为jQuery不起作用

What is Solavei?

jQuery2

Why Partner with Us?

jQuery2

Join Now!

jQuery2
<tbody class="wsite-multicol-tbody">
<tr class="wsite-multicol-tr">
<td class="wsite-multicol-col" style="width:32.183908045977%;padding:0 20px">
<h2 style=" text-align: left; ">What is Solavei?<br></h2> 
<div class="paragraph editable-text" style=" text-align: left; display: block; ">
<ul><li>A relationship driven company that offers unlimited talk, text, and internet over a nationwide 4G network for $49 per month with no contracts.</li>
<li>Using the power of social media and networking to allow their customers and partners to build an unbelievable monthly income simply by sharing the opportunity with others.</li>  
<li>A revolution that is offering millions of Americans a chance a true financial independence!</li><li><a title="" href="/about-solavei.html">
<span style="text-decoration: underline;">More...</span></a><br></li></ul></div>
</td><td class="wsite-multicol-col" style="width:34.48275862069%;padding:0 20px"><h2 style=" text-align: left; ">Why Partner with Us?<br></h2> 
<div class="paragraph editable-text" style=" text-align: left; display: block; "><ul>
<li>We are one of Solavei's fastest growing networking organizations.</li>
<li>We offer our members 100% support and access to the experience of thousands of experienced Solavei professionals.</li>
<li><span style="font-weight: bold;">We will help you build your own Solavei Network. </span>
<span style="font-style: italic;">Our success is dependent upon the success of our individual members. After you sign your first three new members, we will sign up three more for you!</span></li><li><span style=" font-style: italic;">
<a href="/about-us.html"><span style="text-decoration: underline;">More...</span></a>
<br></span></li></ul></div>  </td>
<td class="wsite-multicol-col" style="width:33.333333333333%;padding:0 20px">
<h2 style=" text-align: left; ">Join Now!<br></h2> 
<div class="paragraph editable-text" style=" text-align: left; display: block; "><a href="/join-now.html" title="">
Click here to join the Solavei Success Network. We will respond with an invitation into our lane within 24 hours.</a><br></div>  
<div><div class="wsite-image wsite-image-border-thin " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> 
<a> <img src="/uploads/2/9/1/0/2910969/5542182_orig.jpg" alt="Picture" style="width:100%;max-width:150px"> </a> 
<div style="display:block;font-size:90%"></div> </div></div>  
</td></tr></tbody>