We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
searchForm.find(".btn-clear-search").click(function() {
/* 下面turnSearch已经清空了form参数,这段没必要加隐藏的reset按钮了 if (table.data("async") == true) { var resetBtn = searchForm.find("input[type='reset']"); if(!resetBtn.length) { searchForm.append(""); resetBtn = searchForm.find("input[type='reset']"); } resetBtn.click(); } */ turnSearch(table, searchForm, true); });
我不怎么会用gitcheck out代码,到时候周末学学,呵呵
The text was updated successfully, but these errors were encountered:
ok
Sorry, something went wrong.
No branches or pull requests
searchForm.find(".btn-clear-search").click(function() {
/* 下面turnSearch已经清空了form参数,这段没必要加隐藏的reset按钮了
if (table.data("async") == true) {
var resetBtn = searchForm.find("input[type='reset']");
if(!resetBtn.length) {
searchForm.append("");
resetBtn = searchForm.find("input[type='reset']");
}
resetBtn.click();
}
*/
turnSearch(table, searchForm, true);
});
我不怎么会用gitcheck out代码,到时候周末学学,呵呵
The text was updated successfully, but these errors were encountered: