Click here to Skip to main content
15,891,136 members

Comments by shefeekcm (Top 101 by date)

shefeekcm 14-Jul-17 18:35pm View    
The final error comes from UI is in jquery makearray method.

Object is undefined. Its comes because the array element has parse error string value.


makeArray: function (n, t) {
var r = t || [];
return n != null && (ii(Object(n)) ? i.merge(r, typeof n == "string" ? [n] : n) : ni.call(r, n)), r;
shefeekcm 14-Jul-17 18:32pm View    
In every place the call comes success without any issue.

In this area the call is initiated from an iframe and in IE sometimes the error comes.

but in chrome it works well.

Anyway to suppress this error?
shefeekcm 14-Jul-17 18:29pm View    
textStatus is parse error.

but response is 200.

The expcted result is an empty json with staus 200.

Fiddler shows that but the server response comes at error area of ajax.

This is comes sometimes, not always.
shefeekcm 13-Jul-17 16:45pm View    
Any point we need to take care while using jquery with iframe in IE.

I cant share my code

Issue is not getting in chrome.
shefeekcm 13-Jul-17 16:42pm View    
makeArray: function (n, t) {
var r = t || [];
return n != null && (ii(Object(n)) ? i.merge(r, typeof n == "string" ? [n] : n) : ni.call(r, n)), r;
},


The code broken here , with Object is undefined