Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 23, 2021 19:37
Show Gist options
  • Select an option

  • Save frankyonnetti/64a5ff2fe57c6bfee45c08b15821bb8d to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/64a5ff2fe57c6bfee45c08b15821bb8d to your computer and use it in GitHub Desktop.
Example: style the legend tag across browsers #jquery
// 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