Saturday, February 11, 2012

Sitecore Fetch Squad

Automated crawler fetching websites and blogs from Sitecore content

jQuery conflicts with PageEditor

Crawled: On January - 21 - 2009 Source
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

Comments are closed.

Sitecore Lucene index does not remove old data

Posted by admin
Oct-30-2011 I Comments Off

Teach User Manager how to search by email

Posted by admin
Oct-30-2011 I Comments Off

Language filtered Multilist field

Posted by admin
Oct-30-2011 I Comments Off