You are on page 1of 6

School: THE NATIONAL TEACHERS COLLEGE Grade Level: 9

Student Teacher: Mr. Jhaizar Ladjahali Learning Area: Computer 9


DAILY LESSON LOG
Tuesday/Wednesday – 7:00 AM to 4:00
Teaching Dates and Time PM Quarter: 4th Quarter

Session 1 Session 2 Session 3


I. OBJECTIVES

A. Content Standards The learners shall be able to identify and describe what java script is and working with jQuery.

B. Performance Standards The learners shall be able to execute proper usage for creating new elements.

C. Learning The learners shall be able to apply knowledge and skill in java script manipulation and changing form elements.
Competency/Objectives
II. CONTENT Working with jQuery Working with Selection Manipulation

III. LEARNING RESOURCES

A. References Html5,CSS3,Javascript Mapua Html5,CSS3,Javascript Mapua Information Html5,CSS3,Javascript Mapua Information


Information Technology Center Technology Center Technology Center
1. Teacher’s Guide pages
2. Learner’s Material pages 109-112 pp. 113-118 pp. 119-123 pp.

3. Textbook pages
4. Additional Materials from https://www.w3schools.com/js/js_output.asp https://www.w3schools.com/js/js_output.asp https://www.w3schools.com/js/js_output.asp
Learning Resource LR portal
B. Other Learning Resources LED tv, Projector and laptop LED tv, Projector and laptop LED tv, Projector and laptop
IV. PROCEDURE
A. Reviewing previous Lesson or The teacher welcomes the class review The teacher welcomes the class review the The teacher welcomes the class review
presenting new lesson the previous lesson and introduced the previous lesson and introduced the new lesson. the previous lesson and introduced the
new lesson. new lesson.

B. Establishing a purpose for the The teacher will present a lesson using The teacher will present a lesson using power The teacher will present a lesson using
lesson power point presentation that’s shows point presentation that’s shows introduce a power point presentation that’s shows
introduce a java script and proper way java script and proper way working with introduce a java script and proper way
working with jQuery. jQuery. working with jQuery.
a. Presenting examples/ instances Working with jQuery Working with Selection Manipulation
of the new lesson. - To change the DOM using syntax
 The jQuery library contains a  Working with selections by forming a that is easy to use than provided
wide array of reusable code jQuery object with your selection, by native DOM manipulation
components which allows web assumption is you want to change methods is jQuery’s manipulation
designer and web developers to your selection. Before that, there are a methods chain or combine with
instantly manipulate HTML number of concepts that are essential other jQuery methods as
documents via the Document in comprehending the jQuery way. manipulation methods return the
Object Model or DOM jQuery object on which they
 The jQuery basic syntax is Testing a Selection were called.
written much like how you
would mention an object’s $(‘li’) .eq (0). Is(;.special’); //false Adding and Removing Classes
method. In java script we would $(‘li’) .eq (0). Is(;.special’); //True
do this by document.write().
And Content Delivery Network $(‘li’).addClass (‘hidden’);
or CDN version. $(document).ready(function() { $(‘li’).eq(1).removeClass
What is $? $(“#button1”).click (function() { (‘hidden’);
- The jQuery library provides the $(“para1”).html(function(idx, original) {
jQuery function, which lets you Return “Old text: “+ original + “New text: jQuery provide the .toggleClass()
select elements using CSS Hello
selectors. <b>jQuery</b> (index: “+ idx + “)”; $(‘li’).eq ( 1).removeClass
}); (‘hidden’);
var listItems = jQuery (‘li’); }); Changing Form Values
});
Chaining <input type=”text” value=”Old
Of course if you have seen any jQuery Value”/>
code, you are probably more $ (‘li’) <script
accustomed to seeing something like .click (function () { src=https://code.jquery.com/jquery-
this: $ (this).addClass (‘cliked’); 1.10.2.js></script>
}) <script>
var listItems = $ (‘li’); .find (‘span’) $ (‘input [type=”text”]’).val (‘new
.attr (‘title’, ‘Hover over me’); value’);
</script>

b. Discussing new concepts and The learners will do activities for this The learners will do activities for this chapter The learners will do activities for this
practicing new skills.#1 chapter aims to use jQuery to validate aims to use jQuery to validate several textboxes chapter aims to use jQuery to validate
several textboxes that are within an that are within an HTML page. several textboxes that are within an HTML
HTML page. page.
c. Discussing new concepts and The learners will do activities for this The learners will do activities for this chapter The learners will do activities for this
practicing new skills #2. chapter aims to use jQuery to validate aims to use jQuery to validate several textboxes chapter aims to use jQuery to validate
several textboxes that are within an that are within an HTML page. several textboxes that are within an HTML
HTML page. page.
d. Developing Mastery Activity: Activity: Activity:
(Lead to Formative Assessment 3) JavaScript: The Recipe Card JavaScript: The Recipe Card JavaScript: The Recipe Card
1. Go to activities folder and 1. Go to activities folder and double-click 1. Go to activities folder and
double-click to open the to open the location. double-click to open the location.
location. 2. Create a file named 2. Create a file named
2. Create a file named jqueryValidation.html and save this file jqueryValidation.html and save
jqueryValidation.html and save inside the activities folder. this file inside the activities
this file inside the activities 3. Write the following code inside the folder.
folder. jqueryValidation.html file: 3. Write the following code inside
3. Write the following code inside the jqueryValidation.html file:
the jqueryValidation.html file:
4. The CSS and jQuery files used in 4. The CSS and jQuery files used in the 4. The CSS and jQuery files used in
the validation are already validation are already provided and it the validation are already
provided and it is not necessary is not necessary to modify them during provided and it is not necessary
to modify them during this this time. to modify them during this time.
time. a. The list of CSS files are as follows a. The list of CSS files are as follows
a. The list of CSS files are as I. Jquery-ui-1.8.13.custom.css I. Jquery-ui-1.8.13.custom.css
follows II. Site.css II. Site.css
I. Jquery-ui-1.8.13.custom.css b. The list of jQuery files are as follows b. The list of jQuery files are as
II. Site.css I. https://code.jquery.com/jquery- follows
b. The list of jQuery files are as 1.10.2.js I. https://code.jquery.com/jqu
follows II. https://cdnjs.cloudflare.com/ajax/ ery-1.10.2.js
I. https://code.jquery.com/jq libs.validate- II. https://cdnjs.cloudflare.com
uery-1.10.2.js js/2.0.1/validate.min.js /ajax/libs.validate-
II. https://cdnjs.cloudflare.co 5. Open the file in your browser to check js/2.0.1/validate.min.js
m/ajax/libs.validate- for the output 5. Open the file in your browser to
js/2.0.1/validate.min.js check for the output
5. Open the file in your browser to
check for the output

e. Finding practical application of


concepts and skills in daily living

f. Making Generalizations and I learned that: _____________________? I learned that: _____________________? I learned that: _____________________?
Abstraction about the Lesson. I will: _________________________? I will: _________________________? I will: _________________________?
I realized that: _________________? I realized that: _________________? I realized that: _________________?
g. Evaluating Learning Rubrics Rubrics Rubrics

h. Additional Activities for Application Remediation Activity: Remediation Activity: Remediation Activity:
or Remediation I. Enumeration I. Enumeration I. Enumeration
1. Define jQuery 1. Define jQuery 1. Define jQuery
2. What is jQuery and why it is used? 2. What is jQuery and why it is used? 2. What is jQuery and why it is used?
3. What jQuery commonly used for? 3. What jQuery commonly used for? 3. What jQuery commonly used for?
4. Give me at least 5 examples of 4. Give me at least 5 examples of jQuery 4. Give me at least 5 examples of
jQuery jQuery

V. REMARKS

VI. REFLECTION Reflect on your teaching and assess yourself Reflect on your teaching and assess yourself as a Reflect on your teaching and assess yourself as
as a teacher. Think about your students’ teacher. Think about your students’ progress this a teacher. Think about your students’ progress
progress this week. What works? What else week. What works? What else needs to be done to this week. What works? What else needs to be
needs to be done to help the students learn? help the students learn? Identify what help your done to help the students learn? Identify what
Identify what help your instructional instructional supervisors can provide for you so help your instructional supervisors can provide
supervisors can provide for you so when you when you meet them, you can ask them relevant for you so when you meet them, you can ask
meet them, you can ask them relevant questions. them relevant questions.
questions.
A. No. of learners earned 80%in the
evaluation.
B. No. of learners who required
additional activities for
remediation who scored below
80%

C. Did the remedial lesson work? No. of


learners who have caught up with
the lesson.

D. No. of learner who continue to


require remediation

E. Which of my teaching strategies


worked well? Why did these work?

F. What difficulties did I encounter


which my principal or supervisor
can help me solve?

G. What innovation or localized


materials did I used/discover which
I wish to share with other
teachers?

You might also like