jQuery serializeArray doesn’t include the submit button that was clicked
Is [there] another method that DOESN’T exclude the activated button in a serialization? There is not, the behavior is based on the submit event of the <form>, not of a button, e.g. hitting enter or calling .submit() in JavaScript. You’re mixing 2 concepts here, a .serialize() or .serializeArray() may or may not have anything to … Read more