Skip to content

Instantly share code, notes, and snippets.

@dehenne
Created February 24, 2017 06:01
Show Gist options
  • Save dehenne/5c2ead614d9752de656b23245bea0f7f to your computer and use it in GitHub Desktop.
Save dehenne/5c2ead614d9752de656b23245bea0f7f to your computer and use it in GitHub Desktop.
require(['Ajax'], function(Ajax) {
Ajax.get('package_quiqqer_test_ajax_helloworld', function(result) {
console.log(result);
}, {
'package': 'quiqqer/test',
param1: 'HELLO',
param2: "UNIVERSE"
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment