Am getting timeout exception in ajax often eventhough my server is running and network is available. Help me in solving this..
My code looks like
J.ajax({
type : "POST",//no i18n
dataType : 'json',//No I18N
global : false,
timeout : 15000,
url : "test.do",
data : {},
error : function(){},
success : function(){}
});