Skip to content

Instantly share code, notes, and snippets.

@Ziiweb
Created February 5, 2015 12:50
Show Gist options
  • Save Ziiweb/6bc24618fd6d56dfbc65 to your computer and use it in GitHub Desktop.
Save Ziiweb/6bc24618fd6d56dfbc65 to your computer and use it in GitHub Desktop.
$.ajax({
type: 'GET',
url: '{{ path('project_frontend_carro') }}',
success: function (response) {
$('aside').append(response);
},
cache: false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment