Embed presentation
































![Selectors Contd.. :first-child, :last:child, :only-child :nth-child(n) $(“li:first-child”); $(“tr:last-child”); $(“img:only-child”); $(“tr:nth-child(2n)”); Attribute Selectors Has Attribute: $(“img[alt]”); Begins With: $(“a[href^=mailto:]”); Ends With: $(“a[href$=.pdf]”); Contains: $(“a[href*=microsoft]”); Equals: $(“:checkbox[checked=true]”) :not(s), :empty, :eq(n), :contains(s) :even, :odd© Copyright SREENATH H B, 2011 33](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcssjsjquery-110813003621-phpapp01%2f75%2fHTML-CSS-JavaScript-jQuery-Training-33-2048.jpg&f=jpg&w=240)











![JSON var myJSONObject = { “People": [ {“Name": “Tom", “Age": “25", “Email": “tom@abc.com"}, {“Name": “Dick", “Age": “24", “Email": “dick@xyz.com"}, {“Name": “Harry", “Age": “26", “Email": “harry@pqr.com"} ] }; var myObject = JSON.parse(myJSONtext); var myJSONText = JSON.stringify(myObject, replacer);© Copyright SREENATH H B, 2011 45](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcssjsjquery-110813003621-phpapp01%2f75%2fHTML-CSS-JavaScript-jQuery-Training-45-2048.jpg&f=jpg&w=240)




The document provides a 6 day training agenda covering HTML, CSS, JavaScript, and jQuery. Day 1 covers HTML basics, CSS basics and layouts. Day 2 covers HTML forms, CSS styling, and responsive design. Days 3-5 cover JavaScript programming, events, AJAX, and jQuery. Day 6 covers more advanced jQuery topics.
































![Selectors Contd.. :first-child, :last:child, :only-child :nth-child(n) $(“li:first-child”); $(“tr:last-child”); $(“img:only-child”); $(“tr:nth-child(2n)”); Attribute Selectors Has Attribute: $(“img[alt]”); Begins With: $(“a[href^=mailto:]”); Ends With: $(“a[href$=.pdf]”); Contains: $(“a[href*=microsoft]”); Equals: $(“:checkbox[checked=true]”) :not(s), :empty, :eq(n), :contains(s) :even, :odd© Copyright SREENATH H B, 2011 33](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcssjsjquery-110813003621-phpapp01%2f75%2fHTML-CSS-JavaScript-jQuery-Training-33-2048.jpg&f=jpg&w=240)











![JSON var myJSONObject = { “People": [ {“Name": “Tom", “Age": “25", “Email": “tom@abc.com"}, {“Name": “Dick", “Age": “24", “Email": “dick@xyz.com"}, {“Name": “Harry", “Age": “26", “Email": “harry@pqr.com"} ] }; var myObject = JSON.parse(myJSONtext); var myJSONText = JSON.stringify(myObject, replacer);© Copyright SREENATH H B, 2011 45](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcssjsjquery-110813003621-phpapp01%2f75%2fHTML-CSS-JavaScript-jQuery-Training-45-2048.jpg&f=jpg&w=240)



