Used Ajax, map,appened methods
Steps to execute this Jquery application
- Install the server eg: Tomcat
- Copy the SampleProject to webapps folder.
- Start the server
- Type the below URL in browser. URL: http://localhost:portnum/SampleProject/product_list_page.html
Alternate Web Server (required npm installed on the machine)
- Try installing http-server node package [Command: npm install -g http-server]
- Navigate to the SampleProject folder in Command Prompt and type 'http-server' command
- Web http Server will be started
- You should be able to access URL: http://localhost:8080/product_list_page.html Happy Learning...