Displaying 1 result from an estimated 1 matches for "__compat__".
Did you mean:
  __compact__
  
2006 Jun 21
0
MochiKit breaks Prototype/Scriptaculous on IE 6
...age.
Everything works well in Firefox however MochiKit appears to be breaking 
my Scriptaculous autocomplete in IE 6.
I''m currently loading the JavaScript libraries in the following order:
prototype.js
scriptaculous.js">
<script type="text/javascript">MochiKit = {__compat__: true};</script>
MochiKit.js
MochiKit/Base.js
MochiKit/Iter.js
MochiKit/DOM.js"
If I remove the MochiKit libraries my Scriptaculous autocomplete works 
just fine in IE.  (Trouble is all of my DOM manipulation code powered by 
MochiKit doesn''t do a thing - obviously).
Has anyon...