-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
undefined board is created when using $(document).ready
#137
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
Since you have defined a board whose data-id is undefined, you naturally get it in the board list as well. jKanban works with DOM objects. Could you explain a little bit, what is the action you want to do? |
Hello, ~Marius |
@DeveloperMarius can you provide a code example where the bug is replicated? |
Hey, ~ Marius |
Hey,
when I'm using the examples of jkanban everything works properly. But after I wrap it in a jQuery
$(document).ready(function (){ ... });
block there is always an undefined board and when I define an item array also one undefined item per board generated.I really don't understand why. I hope someone can help me.
Thank you for creating this Projekt. It really helps!
Update:
Temporary fixed it using
kanban.removeBoard('undefined');
after initializing jkanban.~ Marius
The text was updated successfully, but these errors were encountered: