TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Osmosys Osmosys
NA
13
13.4k
Cross Domain Issue , alway going to error, but i got respon
Apr 4 2014 1:24 AM
I used Json P, in browser while debugging under Networks i can see the respone but my my success function in not catchinh it.
$.ajax({
type: "GET",
url: url,
contentType: "application/json; charset=utf-8",
crossDomain: true,
dataType: "json",
success: function (msg) {
alert(Response.ErrorMessage )
},
error: function (e, status) {
alert(e + " Fail " + status)
}
});
Reply
Answers (
2
)
How to force IE11 that it renders as IE 8, javascript
Show and Hide TextBoxes depends on Button OnClick in MVC5