JavaScript Introduction and Basic Demo - Learn JavaScript Basics Tutorial (Part 1)

preview_player
Показать описание
If you think programming is scary, this video should alleviate your fears. Programming in JavaScript is as easy as typing stuff into a text editor and then seeing the results in your browser. It's fun and easy! Well, to do the basics :).
Рекомендации по теме
Комментарии
Автор

I donwloaded the text 2 but its not that fancy like yours and when I hit refresh it doesnt refresh...

fallenslave
Автор

why u no use jquery? thats such a long string for method?

JasonCtutorials
Автор

is this real can I make my own page for feeeree????

fallenslave
Автор

$(document).ready(function(){
$("p").click(function(){
$(this).html("wtf");
});
});
isn't that easier? i'm just weirdo. LOLs.

JasonCtutorials