Answers for "if condition for for attribute jquery"

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 "if condition for for attribute jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language