Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 605 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 605 Bytes

JavaScript-search-app

JavaScript application built with jQuery, AJAX, HTML and CSS.

This is a jQuery based application which allows to search your favourite artist from the data of all artists 
described in JSON format.So, basically, It imports the searched results(as per the input by the user) from 
JSON file without loading the complete page by using AJAX(Asynchrnous javascript and XML) concepts.It uses 
jQuery for POST/GET requests and for other miscellaneous functions such as fade in and fade out etc.

The IDE used for this project is Visual Studio with jQuery Library.