I use instead of I simply wish to get the value/content of the selected/active button, with jQuery, on click button and onload page.
These are my buttons:
<button type="button" class="green test">Button 1</button>
<button type="button" class="green active test">Button 2</button>
I know I must to use $(".test:button") selector, but I don't know how to get the button content