JQuery get the title of a button March 23, 2023 by Tarik You can get it by using .text(), $('button').text(); Please read here to know more about it.