Learn how to make your websites interactive with a JavaScript library called jQuery in 6 minutes! We’ll select some elements and dynamically change the webpage’s CSS based on what the user does.
Need some new tech gadgets or a new charger? Buy from my Amazon Storefront https://www.amazon.com/shop/blondiebytes
Code from Last Time | https://github.com/blondiebits/code-in-5/tree/master/JavaScript%20in%207
Download Sublime | http://www.sublimetext.com/2
Blog Post | http://blondiebits.herokuapp.com/#/5
Code | https://github.com/blondiebits/code-in-5
Check out my Java and Python courses on LinkedIn Learning!
https://www.linkedin.com/learning/instructors/kathryn-hodge
Support me on Patreon!
https://www.patreon.com/blondiebytes
Check out my Python Basics course on Highbrow!
Check out behind-the-scenes on my Instagram!
https://instagram.com/blondiebytes/
Free HACKATHON MODE playlist:
MY FAVORITE THINGS:
Stitch Fix Invite Code: https://www.stitchfix.com/referral/10013108?sod=w&som=c
FabFitFun Invite Code: http://xo.fff.me/h9-GH
Uber Invite Code: kathrynh1277ue
Postmates Invite Code: 7373F
SoulCycle Invite Code: https://www.soul-cycle.com/r/WY3DlxF0/
Rent The Runway: https://rtr.app.link/e/rfHlXRUZuO
GitHub | https://github.com/blondiebytes
Devpost | http://devpost.com/blondiebytes
Website | http://blondiebytes.github.io
Twitter | https://twitter.com/blondiebytes
Facebook | https://www.facebook.com/blondiebytes/
Pinterest | https://www.pinterest.com/blondiebytes/
LinkedIn | https://www.linkedin.com/in/blondiebytes
Want more coding help? Sign up for a one-on-one session with me on codementor | https://www.codementor.io/blondiebytes
Original source
23 responses to “jQuery in 6 minutes | How to Use a JavaScript Library | Code in 5”
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>
i lov u
What does the ')' parameter before the functiom of "#button", reveal to?
I could see how to use jQuery by watcing ur video. Thank you very much. I just thank to you. That's it
this is so bad its crazy, no wonder women dont code, fml
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
Hi lets have programming sex.
import java.util.Scanner;
public class MeAndYou{
pubic static void Sex(){
Scanner yesorno = new Scanner(System.in);
String me = "me";
String you = "you";
String sex = "Smack Smack Smack Splat splat splat";
String consent = yesorno.nextLine();
if(consent == "yes"){
System.out.print(sex)
}else{System.out.print("Take a hike");}
}
}
Why not just add a .hover class to css?
It's not "open Sublime", it's "Open your IDE of choice".
Thank you for sharing!
I love you so much for cutting off all the crap…. where will I found a woman like you to marry? of course subscribed
It's everything about JQuery?? That's so easy :v
body {
background-color: blue;
}
= text no longer hidden ; )
Mam, what is the tool you use to have multiple tabs for html and is
Simple and Clear, Bravo ! And thanks
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.
thank you for sharing the informative video
So basically there's no need to learn JS when u have Jquery to do all the work ?
I'm old lol but so reminds me of the Myspace days hehe tweaking code … Is that how you sorta got started? by tweaking templates etc
Short & sweet – thanks!
shit
Thank you..
Can you help me in jquery.i need to link autoclick on my blog.please reply.