serializeArray ignores the checkboxes which are not checked. You can try something like this. Working demo var serializedObj = {}; $("form input:checkbox").each ...
確定! 回上一頁