[javascript]
// this is how to style the fieldset legend tag across browsers
$(‘legend’).replaceWith( ‘<h3 class="legend">’ + $(‘legend’).html() + ‘</h3>’ );
[/javascript]
[javascript]
// this is how to style the fieldset legend tag across browsers
$(‘legend’).replaceWith( ‘<h3 class="legend">’ + $(‘legend’).html() + ‘</h3>’ );
[/javascript]
© 2023 Best jQuery.