Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQueryUI functions not working #8

Open
synelogic opened this issue Oct 11, 2019 · 1 comment
Open

jQueryUI functions not working #8

synelogic opened this issue Oct 11, 2019 · 1 comment

Comments

@synelogic
Copy link

The jQueryUI functions are not working because the gridstack.jQueryUI.js file is not loaded.

Change the js variable to the following to rectify the issue.

public $js = [
    'dist/gridstack.js',
    'dist/gridstack.jQueryUI.js',
];
@synelogic
Copy link
Author

Another solution would be to change 'dist/gridstack.js' to 'dist/gridstack.all.js'. This will result in the following code:
public $js = [
'dist/gridstack.all.js',
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant