[mochikit] Dojo and MochiKit not playing nice

2006-10-29 Thread Matt
Sorry to bring this sort of topic up again, but none of the old posts solved my issues. I'm trying to use Dojo (either 0.4 or 0.3.1) with the latest SVN of MochiKit as I really like Mochi's implementation of the Scriptaculous Sortables as well as how Mochi handles things in general. Nothing I've

[mochikit] Re: Dojo and MochiKit not playing nice

2006-10-29 Thread Bob Ippolito
On 10/29/06, Matt [EMAIL PROTECTED] wrote: Sorry to bring this sort of topic up again, but none of the old posts solved my issues. I'm trying to use Dojo (either 0.4 or 0.3.1) with the latest SVN of MochiKit as I really like Mochi's implementation of the Scriptaculous Sortables as well as

[mochikit] Finished port of ThickBox 2.1

2006-10-29 Thread Jason Bunting
I dont know that many will find this useful, but I thought I would mention it nonetheless I recently ported ThickBox 2.1 (http://codylindley.com/_javascript_/257/thickbox-one-box-to-rule-them-all) over to MochiKit (it was built on jQuery). Download it from here:

[mochikit] Re: Right way to add a confirm dialog?

2006-10-29 Thread Bob Ippolito
On 10/29/06, Dean [EMAIL PROTECTED] wrote: Hi everyone, What is the unobtrusive way to add a confirm dialog to an anchor? This code doesn't quite work: /* Adds a confirm dialogue to elements */ function addConfirms() { var e = getConfirmElements(); for( var c = 0; c e.length; c++

[mochikit] Re: Right way to add a confirm dialog?

2006-10-29 Thread Dean
Bob Ippolito wrote: On 10/29/06, Dean [EMAIL PROTECTED] wrote: Hi everyone, What is the unobtrusive way to add a confirm dialog to an anchor? This code doesn't quite work: /* Adds a confirm dialogue to elements */ function addConfirms() { var e = getConfirmElements(); for( var c =

[mochikit] Re: Dojo and MochiKit not playing nice

2006-10-29 Thread b3d70
hi mr.Matt, We've been use dojo and mochi quite well. Our dojo version is 3.1 and we used mochi from svn (packed version). I never used sortable function area, but for general things, like signal, DOM, XMLHTTPREQUEST, and visual effect is working fine for me. On every our page, we always call