You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title says it all. Say I have a button called myButton, and later I want to set the tagName option after I have already declared the button with that option. This example doesn’t work, but is there something like myButton.tagName(‘div’) that I could do? If there is a solution, could this work with other options, like icon or title?
The text was updated successfully, but these errors were encountered:
Title says it all. Say I have a button called
myButton
, and later I want to set thetagName
option after I have already declared the button with that option. This example doesn’t work, but is there something likemyButton.tagName(‘div’)
that I could do? If there is a solution, could this work with other options, likeicon
ortitle
?The text was updated successfully, but these errors were encountered: