博客园站长
这是人类成长进步中记录的每一时刻
        bindFilterFunc: function () {
            if ("\v" == "v") { // IE only
                $("#inputSearch").bind("propertychange"function () { role.list.filterTable() });
 
            } else { // !IE
                $("#inputSearch")[0].addEventListener("input", role.list.filterTable, false);
            };
        },
        filterTable: function () {
            role.list.getRoleList($("#inputSearch").val(), function () { dialog.close(); });
        },
posted on 2013-08-09 10:29  dm3344  阅读(164)  评论(0编辑  收藏  举报