Hi, all I blogged one case in my blog (http://jack.lifegoo.com/?p=163) which described the "complaint" of $ in jQuery, Prototype and Mochikit, could you please take it consider and reduce the conflicts? Thanks. /Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
MochiKit doesn''t actually use $, it''s just an alias for getElement that we export for the user''s convenience. You can load whatever library you want after MochiKit and let it take over use of $, nothing will break. -bob On 9/2/07, jack.tang <himars@gmail.com> wrote:> > Hi, all > > I blogged one case in my blog (http://jack.lifegoo.com/?p=163) which > described the "complaint" of $ in jQuery, Prototype and Mochikit, > could you please take it consider and reduce the conflicts? > > Thanks. > > /Jack > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 mochikit-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
jQuery already has a .noConflict() method that completely removes any conflict with $. You can find out more information here: http://docs.jquery.com/Using_jQuery_with_Other_Libraries and here: http://docs.jquery.com/Core/jQuery.noConflict --John On 9/3/07, jack.tang <himars@gmail.com> wrote:> > Hi, all > > I blogged one case in my blog (http://jack.lifegoo.com/?p=163) which > described the "complaint" of $ in jQuery, Prototype and Mochikit, > could you please take it consider and reduce the conflicts? > > Thanks. > > /Jack > >--~--~---------~--~----~------------~-------~--~----~ 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 mochikit-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---