Hey there,
first of all i want to thank anyone that answers my question.
The first one is JQuery related.
I am wondering,can someone explain me what this does, and whats the syntax of it?
$("a").click(function () {
$("div").fadeIn(3000, function () {
$("div").fadeIn(100);
});
});
I dont understand what that second function does :/
I this case i would use mouseover().fadeIn(3000) and then onother one mouseout(fadeOut(100).
Thats why i am not getting and how to use it.
Second one,do you know any site that i can learn Real Javascript?
Exept W3schools i don think these are fruitfull.