Answers for "jquery where attribute contains"

2

jquery if attribute

if ( $('html').attr('lang') == 'fr-FR' ) {
    // do this
} else {
    // do that
}
Posted by: Guest on January-19-2021

Code answers related to "jquery where attribute contains"

Code answers related to "Javascript"

Browse Popular Code Answers by Language