i've an AJAX call that isn't working on IE-Edge under a certain jQuery event.
$.ajax({
url:"http://api.mysite.com/34sd418?v=1",
success:function(result){
}});
In the beginning the url was:
//api.mysite.com/34sd418?v=1 - without the protocol
jQuery version : code.jquery.com/jquery-1.10.2.min.js
but both of the options not working. On other browsers (Chrome,FF, Other IE, Edge on WIN7) it is working. Any idea why?