Hi,

I'm getting an error in IE7 with the test case included at bottom which
just trys to do an Effect.Fade. If I comment out mochikit, the page
works fine. Does this mean Mochikit and scriptaculous are incompatible?

I'm using mochikit version from subversion downloaded today (Jan 16,
2006) build 1250, Scriptaculous 1.6.5 and prototype 1.5_rc1.

Any ideas?

Thanks,

Mark

<code>

<html>
<head>
        <script type="text/javascript"
src="app/javascript/prototype.js"></script>
        <script type="text/javascript"
src="app/javascript/scriptaculous/scriptaculous.js"></script>
        <script type="text/javascript"
src="app/javascript/MochiKit.js"></script>

<script language="JavaScript">
        function init(){
                Effect.Fade($('creationTipsDiv'));
        }

</script>

</head>
<body onload="init();">

        <div id="creationTipsDiv" style="">
                        Tips                                            
        </div>    

</body>

</html>

</code>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to