How to find the submit button in a specific form in jQuery March 25, 2023 by Tarik The following should work: var submit = curElement.closest('form').find(':submit');