Description
The :button selector selects all <button>
elements, and <input>
elements with type=button.
This selector has the form:
$(":button")
Tip: Using input:button with this selector will not select the
<button>
element.