jQuery Tutorial for Beginners #3 - How to Use jQuery in Your Website

preview_player
Показать описание
Yo ninjas, in this jQuery tutorial, we'll take a look at exactly how we load jQuery into our web pages. You can do this either locally or by using a CDN. I normally pop the script tags just before the closing body tags, to make sure the page has fully parsed before the JS loads in.

========== JavaScript for Beginners Playlist ==========

========== CSS for Beginners Playlist ==========

========== HTML for Beginners Playlist ==========

========== The Net Ninja ============

========== Social Links ==========

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

Highly underrated channel. I wish I had found this channel long before. You make things so very simple and easy to understand.

suraskumarnayak
Автор

Sweet! Looking forward to tomorrows episode :)

adamtak
Автор

Every programming tutorial starts with " Dont worry about this right now "

mshimanshu
Автор

the dopeman strikes - another corker - thanks a lot

HarryDry
Автор

A little question, do you still need to use $('document'.ready(function {})) when you use defer while loading the jquery library? It might be redundant.

erin
Автор

is this tutorial still up to date ? have some big changes been applied to the latest version of Jquery?

themoroccanpianist
Автор

Does this tutorial still apply for 2021? I'm beginner in jquery. Any way, love your other videos.

rodrigoalejandrofloreszuni
Автор

how did the net ninja learn web development!!! you are so awesome

govardhangd
Автор

Do you have a pic of yourself somewhere across social media platforms? Just interested to see how does our NetNinja-Brother look like :D Your lessons are entertaining and only around five minutes long which is amazing ;)

allyback
Автор

Hii...I am using Brackets.While I was writing javascript using jquery, it was throwing lots of errors but I am getting correct output

ksvprasad
Автор

Hi, i need help please.

<script
<script
</body>

scripts:

$(document).ready(function () {
'use strict';
alert("Jquery loaded");
});


JSlint:

i am just getting these errors when i save my script file.

$ was used before it was defined

Expected 'use strict' at column 5

unexpected(space)

'alert' was used before it was defined

ESlint:
Error: $ is not defined[no-undef]
Error: 'document' is not defined.[no-undef]
Error: 'alert' is not defined[no-undef]

fairly new to jQuery. but dabbled init before and never got these issues.

liamharris
Автор

The repository looks empty can we get an updated link?

jimdouglasgregory
Автор

font size is very small. Very hard to see, as small as sand.

orionwill
Автор

Hello Ninja IS this Jquery Course Still Valid in 2020..?

dantegn
Автор

can't we add 2 source files in 1 script tag???

kritimehta
Автор

its been awhile but, jquery cdn put in head tag or in body tag, which one is better?

garyfxxk
Автор

how does browser understand jquery ? we know that it does understand javascript via V8 engine ? what about jquery? thanks for your great playlist

MrSULTANC
Автор

Back in the day when people didn't use dark mode.. :D

QuintusGaius
Автор

Your channel is realllly under-appreciated.I wish i could like this 80000x the react series is great can you do reat native and use a charting pkg? Cant seem to get some things to work on iphone simulator.

NoveltyKnown
Автор

Hey! I don't understand why I can't download Jquerry. The alert says: 'n' is null or not an object o.O

danielaoliveira
join shbcf.ru