Quantcast
Channel: Sitecore Fetch Squad » Minipost-5
Viewing all articles
Browse latest Browse all 3

jQuery conflicts with PageEditor

$
0
0
There is such problem, indeed. It is caused by the conflict with Prototype.js that most of Page Editor, including designer and debugger uses. It can be simply worked around by overriding the $-function by calling "jQuery.noConflict()". <script type="text/javascript" src="/js/jquery-1.2.6.js"></script>

 

<script type="text/javascript">

 

var $j = jQuery.noConflict();

Consulting and Supporting Sitecore Developer Community


© admin for Sitecore Fetch Squad, 2009. | Permalink | No comment | Add to del.icio.us
Post tags:

Feed enhanced by Better Feed from Ozh


Viewing all articles
Browse latest Browse all 3

Trending Articles