if attr jquery code example Example: jquery if attribute if ( $('html').attr('lang') == 'fr-FR' ) { // do this } else { // do that }