Home  >  Article  >  Web Front-end  >  A small example of jQuery determining whether the checkbox is selected_jquery

A small example of jQuery determining whether the checkbox is selected_jquery

WBOY
WBOYOriginal
2016-05-16 17:11:081003browse
Copy code The code is as follows:

var systemBackup = $("#field_systemBackup").is(": checked");

Returns true if checked, false if unchecked
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn