open-accessibility
open-accessibility copied to clipboard
never use hide() show()
its better to use a class to hide elements or directly changing the css
its an old news https://github.com/jquery/jquery.com/issues/88#issuecomment-72400007 it got breaking changed in jquery 3.
sorry for opening a lot of issues but its things I fix on my fork and I think they are important for everyone
👍 thanks, will be changed