Skip to content

Instantly share code, notes, and snippets.

@zsmynl
Created December 6, 2013 04:43
Show Gist options
  • Save zsmynl/7818706 to your computer and use it in GitHub Desktop.
Save zsmynl/7818706 to your computer and use it in GitHub Desktop.
判断指定的标签是否被选,如果选了弹出询问框;
if($("#neglect").is(':checked')){
if(confirm("确定忽略此漏洞吗?")){
return true;
}else{
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment