script.js 90 B

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