You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
It would be nice to use native DOM/js without jquery. For example, for viewport detecting, you can use document.documentElement.clientWidth ( https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth ) instead of $(window).width()
You can also select elements using document.querySelector(selector) https://developer.mozilla.org/ru/docs/Web/API/Document/querySelector
May be, it's possible to improve this framework for using it without jquery.
Thanks
The text was updated successfully, but these errors were encountered: