Skip to content

Latest commit

 

History

History

Dynamic_Ecommerce_Lab_8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ajax - E-Commerce Application (Lab 8)

Create a program to change the content of the E-commerce web page using AJAX. Eg. Changing the prize of the product or stock availability values.

Use the stylesheet in the page with some rules for classes

  • Change the background color of the first ordered list
  • Give all the items in that list blue font
  • Append the text ― in the list to each element in the first ordered list.
  • Select every link that has a ―name attribute, and change its background colorto #eee.
  • Insert a button with id ―ajax-button and text ―More, and then a div with id ajax and inner HTML ―Hello World! at the very top of the document.