Hope you enjoyed, If you really do then please Subscribe Like & Share💖 I really need your support. Also checkout our JavaScript Projects Playlist & Become JavaScript Master 👇 th-cam.com/play/PL9bD98LkBR7P16BndaNtP4x6Wf5Ib85Hm.html
Great video ❤️ I have a question though why have you created a function and putted all the codes inside that function! My codes weren't working until i removed that function! Thanks for the tutorial BTW
so you know how function call works right? we just put the name of the function followed by () to call it....man's defining a function in place of the function name and then calling it.
Its exactly because we're new! 😂 he trying to get you to buy the code instead of following along the video. Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code. DELETE " (function() ) " and this code will work.
Tech2 sir there is I'd name store item so we use id name with # sign Soo when we are using it in J's we will write like this document.queryselectorAll(.#Store-item) but u typed . There too can u tell me why
Its exactly because we're new! 😂 he trying to get you to buy the code instead of following along the video. Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code. DELETE " (function() ) " at the beginning and this code will work. Also make sure you take a screenshot and compare your code to his around the 18:44 mark. 🎉🎉🎉
Designed that way... Its because we're new! 😂 he trying to get you to buy the code instead of following along the video. Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code. DELETE " (function() ) " and this code will work. Also compare your code to a screenshot around 18:44 and make sure all your functions/brackets are closed. When running this through a Java console there are syntax errors. Meaning code isn't written properly. That function tag is not needed in today's coding.
Hope you enjoyed, If you really do then please Subscribe Like & Share💖
I really need your support.
Also checkout our JavaScript Projects Playlist & Become JavaScript Master 👇
th-cam.com/play/PL9bD98LkBR7P16BndaNtP4x6Wf5Ib85Hm.html
Hello, can you do me a favor and stop using my content. Here is the original video from coding addict - th-cam.com/video/c5SIG7Ie0dM/w-d-xo.html
Hey! No error in Code but not working help please
(function () {
const buttons = document.querySelectorAll('.btn')
const storeImages = document.querySelectorAll('.store-item')
buttons.forEach((button)=> {
button.addEventListener('click', (e) => {
e.preventDefult()
const filter = e.target.dataset.filter
storeImages.forEach((item) => {
if (filter === 'all') {
item.style.display ='block'
} else {
if (item.classList.contains(filter)) {
item.style.display ='block'
}
else {
item.style.display ='none'
}
}
})
})
})
})();
links not working! Please Help me Brother!
HOPEFULLY YOU SEE THIS CODER!
DELETE " (function() ) " and this code will work. That is no longer necessary in today's javascript.
you are the best i swear ; thank for you way of explaining things such an amazing tutorials
That is what I was looking for.Thank you so much for for solving my problem and quality content.
if buttons clicking not appearing images , please check once data-filter names, and class names.
You've made it look so easy. Thanks bhaia for such incredible tutorial.
Glad U enjoyed.
Awesome! It worked 🎉
This was so helpful ,thank you!
It's very nice
And you are a good teacher ☺️
Thanks
Great video ❤️
I have a question though why have you created a function and putted all the codes inside that function! My codes weren't working until i removed that function! Thanks for the tutorial BTW
Hey thank u
I also removed the function, and now the code is working fine.....
@@hyd_explorer_360 How to remove please share code Thanks
Curious to know why your function is in brackets at 13:49. I'm new and I get that this is probably a silly question.
Me also seen that kind of syntax only in his video
so you know how function call works right? we just put the name of the function followed by () to call it....man's defining a function in place of the function name and then calling it.
Its exactly because we're new! 😂 he trying to get you to buy the code instead of following along the video.
Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code.
DELETE " (function() ) " and this code will work.
Beautiful ❤️❤️❤️ bro made more this type projects
Thanks a ton sir, it works good like yours.
Thanks
mash allha excellent sir
dude that code is not working!
kindly replay to help to sort out that trouble.
thank you so much! one question, if I wanted to add a transition, how could I do it?
Continue with strength, bro.............thanks
Thank you, I will
how to removed the "ALL" buttom and start with Logo Design only? thank you , great job
it's awesome!
The tutorials are really awsome. But you can include tutorials that will be based on data analys using js
your code is not working in app.js part that button part was not working ?
Yes same here
Did you find any solution??
add small bracket opening after foreach and before (button) dont forget to close the bracket at the end
Hello what if I want to add icons on the filter menu
amazing video thanks
Your welcome.
Tech2 sir there is I'd name store item so we use id name with # sign Soo when we are using it in J's we will write like this document.queryselectorAll(.#Store-item) but u typed . There too can u tell me why
Well done
tnx
The bro of this code refers to the photos of that part... thanks
item.style.display="block";
Sir i want how to track personal ip address video can you give me???? Please...
From where did you learn JavaScript please tell me
Can you make video on angular using type script sir plz!?
Links not working?? Someone help me
thanks a lot
Your welcome.
why Parentheses is used at starting and ending point of the function. can you please explain?
these are IIFE functions which are imeediately invoked without explicit calling
immediately*
How to create search engine? Plz make a video about it! Thanks.
Ok, I will try
sir make a cart page project using javascript
Thnx
Your most welcome
thank u
Welcome
I cannot see well on mobile.
Bro it's 2nf time, your js is not working 😢
_yaduvanshi_jai
Its exactly because we're new! 😂 he trying to get you to buy the code instead of following along the video.
Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code.
DELETE " (function() ) " at the beginning and this code will work. Also make sure you take a screenshot and compare your code to his around the 18:44 mark. 🎉🎉🎉
Javascript part is not working no error but not working
not working
Designed that way...
Its because we're new!
😂 he trying to get you to buy the code instead of following along the video.
Notice the code had an error in it! Jump between 17:18 to 17:24 and you'll see a quick cut and updated code.
DELETE " (function() ) " and this code will work. Also compare your code to a screenshot around 18:44 and make sure all your functions/brackets are closed.
When running this through a Java console there are syntax errors. Meaning code isn't written properly. That function tag is not needed in today's coding.
That's it