dom - Is it possible to use jQuery to read meta tags -


Is it possible to use jQuery to read meta tags? If so, then you know what the basic structure of the code is , Or link to any tutorial.

Just use something:

  var author = $ ( 'Meta [name = writer]'). Attr ("content");  

Comments