-
Notifications
You must be signed in to change notification settings - Fork 231
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
Javascript is outdated and needs an overhaul #637
Comments
Just found #604. Forcing dev stability solve the first issue I still thinks the other points are valid and should be addressed in some way. But that's more of an opinion, so feel free to close and ignore if you don't agree. |
for the global variables vs data attributes, a PR adding support for data-attributes would be OK (but not removing support for the global variable, to prevent BC breaks). Note that I don't know of any FOS member actively using this bundle anymore (I may be wrong about this though), so changes are relying on community contributions. |
@stof could you share what people are using as an alternative? Perhaps it is time to concentrate resources into a better package if available and formally deprecate/abandon this one. |
jQuery 3 is supported in master branch. I'll make a new release as soon as the next I agree it would be nice to have HTML 5 data attributes, perhaps someone is willing to create a PR? I also agree on DOMContentReady. That should be an easy fix. Regarding the assets, unfortunately I have not yet used Webpack so I have no clue what needs to be changed. |
The javascript client has several problems and needs a bit of attention:
Use of deprecated methods which have been removed from jQuery 3 (critical: jQuery 3 has been released 18 months ago! Any new project is likely to use it and will have problem with this bundle.)The text was updated successfully, but these errors were encountered: