script.js 76 B

123
  1. $.get('/ajax-example', function(data) {
  2. $('#ajax-html').html(data);
  3. });