-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
`
<script src="js/lib/jquery-3.2.1.min.js"></script>
<script src="js/lib/jquery.ajaxq.min.js"></script>
<script>
var root = 'https://jsonplaceholder.typicode.com';
$.ajaxq('Queue1',{
url: root + '/posts/1',
method: 'GET',
success: function(data) {
console.log(data);
}
});
</script>
Please help me with the above code. Where am I going wrong? The error message is:
Failed to load file:///C:/Users/ranbirs/Desktop/Kendo%20RequireJS%20-%20Copy/Queue1: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
Metadata
Metadata
Assignees
Labels
No labels
