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