Posts by Renan Teles • 1 point
1 post
-
0
votes1
answer43
viewsA: How to make a raise notification using ajax + php?
Updating an element in the DOM with the HTML of the one called ajax can be done this way $('#show_result'). html($('#show_result',data).html()); or $('#show_result').…