Writing generic ajax function in javascript using jquery

In most of the application where frameworks like AngularJS/ React are not being used and simply made with javascript and Jquery, It is important to make use of reusable and generic components which will make things easier for the developer and maintenance. Advantages: A common set of functionalities can be applied to the ajax function call instead of… Continue reading Writing generic ajax function in javascript using jquery