Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Optional loading of JQuery and JQuery-ui #13

Description

@rlsutton1

GridStack when loaded automatically loads it's versions of JQuery and JQuery-UI.

This would be fine except that my project already uses JQuery outside of the scope of Vaadin, and when GridStack loads JQuery it is a different version (not such a big problem) and removes my plugins which I've added to JQuery which leaves me referencing non-existant plugins (JQuery.myPlugin.myMethod())

Also the my project uses a customized JQuery-UI, when GridStack replaces JQuery-UI the various extensions to JQuery-UI I rely on get removed.

I have found that GridStack will operate with the versions of JQuery and JQuery-UI I already have in my project.

I will create a pull-request with a fix for this, allowing control over the loading of JQuery and JQuery-UI

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions