Created
May 23, 2021 19:37
-
-
Save frankyonnetti/64a5ff2fe57c6bfee45c08b15821bb8d to your computer and use it in GitHub Desktop.
Example: style the legend tag across browsers #jquery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // style the fieldset legend tag across browsers | |
| $('legend').replaceWith( '<h3 class="legend">' + $('legend').html() + '</h3>' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment