Hi
You need to use the HTML returned from the API Response and insert it into the Web Page using Javascript.
You can use the Javascript tag
document.getElementByTag('html').innerHtml to insert the code.
By Default if you are make AJAX Request it will not change or manipulate the DOM automatically. You will have to write code to do so
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community