My local host (http://localhost:8080/) is working fine with Internet Explorer 11 (IE11) version. But context root (http://localhost:8080/context-root) is not working??
While opening the product through IE11 the http://localhost:8080/context-root, its not showing any page, it's simply showing blank page. In that there is showing below two errors
SCRIPT1003: Expected ':'
File: context.js, Line: 1980, Column: 50
{
iframe = $('<iframe src="' + jsFalse + '" name="' + name + '" style="display:none"></iframe>');
iframe.addClass('iframe-transport');
form.attr('accept-charset', 'utf-8');
$("body").append(iframe);
iframe.append(form);
iframe.bind("load", {form,collider} ,winLoader);
}
The iframe.bind was mentioned in the error and another error is
SCRIPT5009: '$' is undefined
File: default.js, Line: 1, Column: 1
$(function () {
context.start(context.view.Application);
});
But the same localhost cite is working fine with chrome and Mozilla. Can anyone help me on this. I'm new with the ember. Thanks in advance
Aucun commentaire:
Enregistrer un commentaire