Holy! You don't waste time, love your tutorial!
I love that your videos are short and concise. It gives us a sense of how it functions with a couple quick examples that get right to the point. Thank you! <3
Hey! I found this very helpful, don't listen to the negativity. There are many ways to get something done and this was a good explanation for an intro to jQuery. Good job.
Thank you so much for explaining what an API is in English. I've always wanted to know what they were and what they do but I could never get a comprehensive explanation and you did it in couple of sentences. To some that may be a remedial or menial thing, but for a beginner like me it was golden.
It's my first watched video of your channel. I love how content is so organized and direct to the point also not wasting even one second. Thank you very much
Thank you for this quick video. My college professor just assigned an assignment from a previous semester, rather than the more updated content for this semester. We aren't even learning JQuery in this class and now I need to know it for this assignment. As strange as that is, this video is still a life saver.
You should be putting your js scripts at the bottom of your html body tags, the way your doing it, the Web page is loading the js file and the html at the same time, making a big Web page load slower If you put the js on the bottom of body, you'll allow the whole Web page to load first then load js when needed.
Or you could use css and html <DOCTYPE html> <html> <head> <style> body { color: #fff; } .hidden:hover { color: #000; } </style> </head> <body> <center><h1 class="hidden">Hello</h1></center> </body> </html>
Thanks a lot for this video. Nothing of bla bla bla. You go directly to the main point. Very good work!π―
Great video, i understand more here in a short periuod of time than coding exercises i've done.
Every information I needed was inside, thanks!
5:23 i gave a like for this! because most tutorial dont give another way to do same things! and programming is so flexible in many cases that you can end up with different codes for same program. well done!
Thank you blongiebytes for your information! You have a wonderful way of explaining.
That was fantastic.... I learnt jQuery in just 6 mins
Great video, I love it! Btw, whats the app for writing the code?
How good you are to help me understand very quickly with simple code on JQuery. Thank you BB
The older a video about jQuery is, the more relevant it is
omg thanks a alot for this! was pretty precise and to the point! 5:00 -btw.. self destruct happens to Ethan Hunt (MI), not Mr. Bond. eheh :p π€ππΎππΎ
Wow! Superb content in such a short time!!
@derekfurst6233