You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click on the submit button, whose name attribute's value is "comentar"
Expected output:
mensaje_id=2&texto=lalala&comentar=Comentar
Observed output:
mensaje_id=2&texto=lalala
serialize() should serialize the EXACT SAME DATA that would be sent by the browser if the form was sent normally. That includes input elements of type "submit", but jquery ignores them.