日期:2014-05-16  浏览次数:20708 次

ajax 成功后刷新页面

?

 if(msg=='操作成功')
                               {
                                    $("#sectable").find("td:has(input)").each(function()
                                    {
                                        if($(this).find("input").attr("checked"))
                                        {
                                            $(this).parent().remove();
                                        }
                                    });
                                    initsec();  
                                    createOptionSec(bosslen+1);
                                    rOptionsdel("secnumberIndex");
                                    rOptions(1,"secnumberIndex");
                                    mouseSelects("secnumberIndex");
                               }
?