Skip to content

Instantly share code, notes, and snippets.

@jesseincn
Last active August 29, 2015 14:05
Show Gist options
  • Save jesseincn/ff5a4fb0f1ad71f2312d to your computer and use it in GitHub Desktop.
Save jesseincn/ff5a4fb0f1ad71f2312d to your computer and use it in GitHub Desktop.
jquery判断checkbox是否被选中
if ($("#readme").attr("checked") != "checked") {
alert("hello");
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment