JQuery Tutorial for Beginners - 3 - First JQuery code

preview_player
Показать описание
In this tutorial we create our first JQuery code. I am going to start adding notes (link below) for each item we discuss in a particular video. This will be sort of a running list.

Рекомендации по теме
Комментарии
Автор

For the beginner who wishes to learn jQuery, this video, is by far one of the best. Why? The speaker explains many fundamentals and provides the code. Well done

pgtips
Автор

You're a great teacher. How about if you are using bootstrap or foundation? I'm confused where to link to the jQuery file in the html, as already there is js lines lines in the html linking to the foundation js file. Great videos!!

TrueMexico
Автор

you are really good, even better from Lynda.com 's teachers, thanks

muradisazade
Автор

Is anyone else still having problems with the .hide method and the selector not showing up in green? I can't seem to figure this out and I've tried everything! Any solutions?

shea
Автор

Great Tutorial, waiting for next videos .. thanks

MarawanMahmoud
Автор

For some strange reason, My jquery isn't working when I run the page to test it. It doesn't even show up in green text like it does in this video.

Vashxli
Автор

Done everything as you show on your screen, still not working! Do the boxes matter? My divs are not in boxes.

animan
Автор

I literally sat there for 10 mins trying to figure out why it wasnt working.. checking brackets and semi colons and all sorts.. turns out im a fucking idiot. YEAH ITS NOT GONA WORK IF YOUR TRYING TO USE AN OLD VERSION NAME.. with a bloody new version .. changed it the 1.12.4 and it worked. i sometimes wonder how ive got through all these videos of yours. YOU ABSOLUTE SAINT OF A MAN

Adew
Автор

i am not able to download jquery when i click on the download link it open a huge code

tejastoley
Автор

So can you just clear things out.We were learning JavaScript, not to write with javascript but to just understand the code, and actually write with JQuery ?

KARATE
Автор

those who are using version 3.3.1 it works. so don't worry downloading it.

nagahumanbeingzooofparticl
Автор

the first step dosn't work,
<script
<script>
$(document).ready(function)) {


});
</script>

Nothing happends

jaxcarls
Автор

WTF does the hide() do?? Does it just remove an element of what? If it removed an element it wouldn't be named "hide" It would be named "remove" xD

robertreimann