#908 attach ajax event to document element

This commit is contained in:
akasima 2014-08-13 16:51:22 +09:00 committed by bnu
parent e057cc4030
commit 9bb610ff3a

View file

@ -477,7 +477,7 @@ function xml2json(xml, tab, ignoreAttrib) {
}
$(function($){
$('.wfsr')
$(document)
.ajaxStart(function(){
$(window).bind('beforeunload', beforeUnloadHandler);
})