Using the lang attribute to our HTML element, here I am using a div
- <div lang="en">
- <div lang="en-us">
Using the JQury Selector to select that element
This selector will select the div element which has attribute lang as en.
Kindest Regards
Sibeesh
http://sibeeshpassion.com/