pobranie danych meta tag z head
przez jQuery:
var author = $('meta[name=author]').attr("content");
Hope this helps and happy coding :)
przez jQuery:
var author = $('meta[name=author]').attr("content");
Hope this helps and happy coding :)