This is part 2 of Javascript programming and we’re going to get right into using jQuery for programming. jQuery makes it extremely easy and fun to code javascript. You can write more function with a lot less javascript code.
If you missed part 1, you’ll probably want to watch it (http://youtu.be/vZBCTc9zHtI), since it covers the basics of programming.
Plus, you’ll notice that, as a beginner, Javascript with jQuery is a lot faster to write and just makes more sense as you’re figuring things out.
Original source
44 responses to “Javascript Tutorial – jQuery Tutorial for Beginners Pt 2”
I loved this video! I've been trying to figure out how to get the button to work. Thanks! ^_^
It seems my sublime doesn't recognize Javascript syntax despite using the src code and changing it to Javascript at the bottom of the sublime page. anyone facing the same problem?
I want to get into coding but i don't know how to set everything up, what program do you need to type in the code (i'm referring to the window on the right), how did he link the window on the right to google chrome? I don't get it
What coding editor is he using ?
part 1 was easy, and thx again. Part 2 jumped a bit, but good thing i already know html :3
What is that thing on left give ne link pr something
is it ok if i got the 3.2.1 version of jquery? will my website still work?????
The video is quite different cause in the first we were on arrays and now i see more complicated stuff but i did really love the first javascript tutorial
i dont get how to use sublime text
I also downloaded node.js but still i have no clue
Can some 1 please help me
As this is also not covered in this video
Please help
What do I do to get the HTML command thing
Im not sure how to go from the last one into this. where are you typing now? how did you get your own site page?
How did you upload your website to the browser?
Saving progress 3:08
To carry on the tutorial properly, you need to download a copy of the sublime text editor and create a new document, name it 'index.html' like you would with any new html document and then copy in the text you can see in the tutorial screen. I think there should have been a lesson between this one and part 1 of the series explaining all of this. It's ok if you already have some knowledge of basic web design such as html/css.
This video was great. I'm now getting to know more of JavaScript and understanding it
isnt jquery out of date already?
u lost me this episode i understood 1 but i have no idea what u talking about here
XD
Good thing that I have some knowledge in JavaScript and HTML before I watched this video.
its really a great video you make thanks
<li>thanks<li>
<li>hahah<li>
Confused
Question so is jquery is just a part of javascript ?
what did program did u use to do your coding
That was more than two lessons??
hello!!! im messeging in the future! can you tell me how to make everyone visit the site i made with that?
site can't be reached!!!how can i fix it?please help me
So the videos are to start learning Javascript, but then move straight to jQuery! If I wanted to learn jQuery, then I would look for videos on jQuery.
What is the application you are using? (Left side of screen)
which software did you use for HTML code
Enjoyed this video… I think the speed is awesome… I like it fast paced like this. What I don't understand is how to get to this console you are in. The first video I followed where I got to Google Chrome developer and use the Console to practice what you show, but in this video we just straight to coding in this environment I know nothing about or how to access it. Can you help me get there? Thanks.
do I need my own domain to do this?
but can´t you also use the document.getelementbyid("id").innerHTML = "Your text"; function? or document.getelementbyid("id").innerHTML += "Your text"; To add text?
It also says Syntax error
I'm stuck on adding the script for jQuery, every time I do it, it says Excpected ';' can anyone help please
I really like your lecture. Wasn't boring at all. Quite the opposite. I enjoyed it very much. Who says programming is boring ? Depends on approach.
I can't see a person, who doesn't already know something about JS & Jqueery, getting anything at all out of this no matter how many times they watch this. I know it and this is a little confusing to me. Some stuff just isn't even explained at all. I think people who already know JS look at it and say, "oh wow, i wish i learned it this fast, so this is cool," but they only understand this guy because they already know what he's talking about.
It definetly loses continuity from part 1, at least for us very begginners, but chill out!
Here is what you must do:
– Go to atom.io, download, install, take a look around.
– When you are ready press Ctrl+N
-Write the code to the starting point of the vid except for <Link rel="stylesheet" href="styles/main.css">
or copy from here:
<!doctype html>
<html>
<head>
<title> Animales Diversos </title>
</head>
<body>
<div class="header">
<h1>Una WEB de Animalitos!</h1>
</div>
<div class="content">
<h2>Hola, Miau, Purr, Guau!</h2>
</div>
<div class="footer"> 2016 Purr productions </div>
</body>
-Ctrl+S, choose a name and end it with .html
-Look up your file on the sidebar, rigth click on it and "Show in Explorer"
-Open in Chrome, F12 (if on Windows) and follow the tutorial.
-When you add the script for jquery write "script" and choose the second option the autocomplete proposes, which is "script with extern…" and when you'r done it should look like this: <script src="http://code.jquery.com/jquery-2.2.1.min.js" charset="utf-8"></script>
-Keep up with the video and have fun!
Amazing and brilliance
Great first video for us JavaScript newbies! However, this video seems to jump quite a bit in difficulty. Don't see the connection between this vid and the first.
why cant i get away from jquery??? i just want to learn normal javascript.
hey man how is part 1 of this video and this ….related ?
I dont undrstand how this is a good transition from part 1
you have voice like mr.robot
Can you use Notepad ++ for this exercise??
is that nodeJS on the left?