Nice tut Nick. One thing, I would probably put this in a closure so that constants like 'buttons' won't clash with other code. (()=>{ //your code })();
I realized after releasing it that buttons probably wasn’t the best variable to use. Great for testing but not for production. Should have been something like ‘rippleEffectButtons”
For anyone wanting the improved JS that keeps the buttons within its own scope without clashing with other JS here is the link: snippet.codes/u/sleeplesskxng/snippets/788 Thank you @wpeasy for catching this
Really nice video. This is great. If I had to change 2 things, it would be an IIFE so that you prevent code leakage. And whenever I have to write JS, I always wait for the DOM to fully load. So basically put everything in an iife and add a listener for the DOM. Regardless, it was a really nice video. Love it
Nice tut Nick.
One thing, I would probably put this in a closure so that constants like 'buttons' won't clash with other code.
(()=>{ //your code })();
I realized after releasing it that buttons probably wasn’t the best variable to use. Great for testing but not for production. Should have been something like ‘rippleEffectButtons”
For anyone wanting the improved JS that keeps the buttons within its own scope without clashing with other JS here is the link: snippet.codes/u/sleeplesskxng/snippets/788
Thank you @wpeasy for catching this
Awesome tutorial Nick. Loved it.
Just discovered your channel mate. Thanks for all your nice content! Keep it up! 💯
Terrific tutorial! Thanks Nick.
Cool and simple to follow! Thanks!
Thank you for this great knowledgeable video
I was missing your videos 🎉
RIGHT ON! a new video from Nick
Great tutorial 👍❤️
Great video ! thanks a lot
Really nice video. This is great.
If I had to change 2 things, it would be an IIFE so that you prevent code leakage. And whenever I have to write JS, I always wait for the DOM to fully load.
So basically put everything in an iife and add a listener for the DOM.
Regardless, it was a really nice video. Love it
Appreciate these types of comments as I’m still in the process of learning JS. I’ll keep that in mind to wrap and check dom for future videos. 🫡
Super amazing
Great video! Thank you very much, where did you go? We missed you :)
Busy trying to make some money and land new clients. Finally had a window to press record
Did you custom your UI via CSS or are you using some sort of (premium) plugin?
@@kryllyn I added css to make the structure more apparent when I select an item but other than that the rest is advanced themer for features