I seem to be having trouble with my code. I need to say:
if ( $('html').attr('lang').val() == 'fr-FR' ) {
// do this
} else {
// do that
}
When I check the console, I just get an error telling me this isn't a function. Help would be appreciated.
Thanks,
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…