@dixo12 is right, that's why you place the JS files just above the closing body tag, and that's why you use document ready, so the js files know about what tags, ids, and classes you're talkin about.
The ready event for document makes sure the DOMdocument is loaded so when you refer to something in the DOM object such as a div you won't get it if it isn't loaded. Document ready is extremely important for older browsers as the HTML is rendered rather slowly.
CTRL+D in Notepad++ like a bauz
Silverbender188 3 days ago in playlist jQuery Tutorials Playlist
thns very much!
The1Obito 3 months ago in playlist More videos from thenewboston
This has been flagged as spam show
@dixo12 is right, that's why you place the JS files just above the closing body tag, and that's why you use document ready, so the js files know about what tags, ids, and classes you're talkin about.
hiskable 6 months ago
Comment removed
hiskable 6 months ago
hi can we include script tag in head tag ????
sumitsharmaau 6 months ago in playlist TheNewBoston - jQuery
@sumitsharmaau yes
engineersgaming 5 months ago
The ready event for document makes sure the DOMdocument is loaded so when you refer to something in the DOM object such as a div you won't get it if it isn't loaded. Document ready is extremely important for older browsers as the HTML is rendered rather slowly.
dixo12 6 months ago
ありがとう means thank you
suteerth12 6 months ago
Thanks Alex! Always use JQuery for my sites, but never really know what I'm doing
ninjapiratespy 6 months ago
close..
pr3pr0 6 months ago
set ....go!
RickyLopezMartinez 6 months ago