/ Published in: jQuery
change value of button with jquery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
HTML <button class="myBtn myBtnCTA signIn" onclick="javascript:;"> <span>Close</span> </button> jQuery alert($('button.myBtn.myBtnCTA.signIn span').text());