Ajax通信にはタイムアウトを設定するべきである。
// sample $.ajax({ type: 'GET', url: hogeURL, cache: false, timeout: 10000 // 10秒でタイムアウト });