jquery-cookie is No Longer Maintained and Sometimes Doesn't Work, So Use js-cookie
jquery-cookie’s $cookie() method seems to be buggy and sometimes doesn’t work properly.
When I looked into it, it’s no longer maintained and apparently we should now use the js-cookie library.
Looking at jquery-cookie’s GitHub:
No longer maintained, superseded by JS Cookie: https://github.com/js-cookie/js-cookie
It says it’s no longer maintained, so we should use js-cookie instead.
Even famous jQuery libraries are increasingly becoming unmaintained, so I want to regularly check and replace them with the latest libraries.
That’s all from the Gemba.