Hi all, suppose I have an html document that looks like :
<html lang="en">
...
</html>
my question is : how to get the value of the attribute lang with jQuery? I've tried $("html").attr("lang") but it did not work ... any suggestions ?
thanks a lot !