Create an ajax-based product catalog that obtains its data


Create an AJAX-based product catalog that obtains its data from JSON files located on the server. The data should be separated into four JSON files. The first file should be a summary file, containing a list of products. Each product should have title, an image filename for a thumbnail image and price. The second file should contain a list of descriptions for each product. The third file should contain a list of filenames for full-size product images. The Last file should contain a list of the thumbnail image file names. Each item in a catalogue should have a unique ID that should be included with the entries for that product in every file. Next, create an Ajax-enabled web page that displays the product information in a table. The catalog should initially display a list of product names with their associated thumbnail images and prices. When the mouse hovers over a thumbnail image, the larger product image should be displayed. When the user moves the mouse away from the image, the original thumbnail should be redisplayed. You should provide a button that the user can click to display the product description.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create an ajax-based product catalog that obtains its data
Reference No:- TGS0118401

Expected delivery within 24 Hours