jQuery Tutorial - 5 - Inline/External Scripting
Loading...
12,377
Loading...
Top Comments
see all
All Comments (40)
-
blah blah blah!
-
@Jrpatsios Wich browser do you use?
-
Um, I tried that in Visual Studio with asp.net, and it didn't work
-
thnx
-
@viemmsakh Watch the next video document.ready, it basically means that everything is loaded. Your program may have been trying to run js commands before all the js was loaded.
-
those tutorials are the best..
-
this simple code won't work for me, because I put it in hide.js in the header not at the end of the body.
I spend days on it. highly suggest you mention this key point in your class. Thanks!
Loading...
The only way I can get your examples to work is if I encase the JS code in the .js files with
$(document).ready(function(){
});
Care to elaborate as to why your examples work as they are shown and don't work for everyone else watching the video? I just want to learn.
viemmsakh 3 months ago in playlist jQuery Tutorials Playlist 5
Notepad++ FTW
Ctrl+D = duplicate line
Deadwolf9494 4 weeks ago in playlist jQuery Tutorials Playlist