jQuery Bazike
0 of 6 questions completed Questions:
Quiz bazik për jQuery
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
0 of 6 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0) Cila nga këto fjali është e saktë? Shiko selektorin në vijim $(“p”). Çka zgjedh(selekton) ai? Cili është jQuery kodi i duhur për vendosjen e background color të të gjithë div elementet në kuq? Cili është jQuery kodi i duhur për bërjen e të gjith div elementeve lartësin 100px? Për përdorimin e jQuery ju nuk duhet të përdorni asgjë. Shumica e Web Browsereve si (Internet Explorer, Chrome, Firefox and Opera) kanë jQuery library të inkuadruar? Duke përdorur animate() metodën rregullo CSS veçorit për <!DOCTYPE html>Quiz-summary
Information
Results
Average score
Your score
Categories
1. Question
2. Question
3. Question
4. Question
5. Question
6. Question
Aksioni le të thirret kur përdoruesi zgjedh katrorin.
<html>
<head>
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script>
<script>
$(document).ready(function(){
$(“#rec”).____(function(){
$(“div”).animate({____: “____”, ____: “____”, ____: “____”}, “____”);
});
});
</script>
</head>
<body>
<div id=”rec” style=”background:#98bf21;height:100px;width:100px;position:absolute;”></div>
</body>
</html>