> > I'm loading jquery because I need some scripts (autocomplete is one of > them) who needs to use jquery with "$" instead of "JQuery()". I don't want > to monkey patch that code, because I don't maintain it and because with > Grappelli I've really no problems.
Could you bind 'window.$ = jQuery' globally before loading your scripts rather than loading jquery a second time? On Wed, Sep 9, 2015 at 3:14 AM, Kbyte <[email protected]> wrote: > Are you maybe loading jQuery twice? Maybe you're loading it again after >> jQuery UI? I suspect that this is what you're referring to when you say >> "autocomplete light"... >> > > I'm loading jquery because I need some scripts (autocomplete is one of > them) who needs to use jquery with "$" instead of "JQuery()". I don't want > to monkey patch that code, because I don't maintain it and because with > Grappelli I've really no problems. > > I can't understand why the jquery loading causes that issue. > > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
