Monday, May 20, 2013

$.ajax : error trapping code


 success: function(result) { alert(result.d); },
                error: function(xhr, status, error) {
                    var err = eval("(" + xhr.responseText + ")");
                    alert(err.Message);
                }

No comments:

Post a Comment

Core concepts in Agentic AI

 This is a deep and rapidly evolving field, so the "concepts" are not limited to a single definition. At its core, Agentic AI ref...