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
After BEM standards have been created we need to make a version two of the JS file.
Goals of the version two: JS file
Fix Activated once misspell
Match Classes to new standards
Possibly remove "video lazy loading" (I am sure there was a plan for this but I don't think this is necessary any longer)
One of the things we might want to consider doing is updating any targeting classes in the JS to have the prefix of "js-" that @dchacon1 presented on.
For example instead of ".make-sticky" the class be ".js-make-sticky" and then I have the question for @dchacon1 would you also add a class to ajd elements like instead of ".ajd_navigation__a" would you add a class called ".js-ajd_navigation__a" ?
The text was updated successfully, but these errors were encountered:
After BEM standards have been created we need to make a version two of the JS file.
Goals of the version two: JS file
One of the things we might want to consider doing is updating any targeting classes in the JS to have the prefix of "js-" that @dchacon1 presented on.
For example instead of ".make-sticky" the class be ".js-make-sticky" and then I have the question for @dchacon1 would you also add a class to ajd elements like instead of ".ajd_navigation__a" would you add a class called ".js-ajd_navigation__a" ?
The text was updated successfully, but these errors were encountered: