Tags
Asked 3 years ago
14 Jul 2021
Views 221
Brown

Brown posted

How to show value in div id using ajax

How to show value in div id using ajax
andy

andy
answered Jul 21 '21 00:00

if ajax call response is what you want to put in div with given id than use get ajax function like this

$('#id').get('url goes here');


its just line of code will put all returned from ajax response in to div which have #id
Post Answer