Quantcast
Channel: Reading tag with jquery - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Val for Reading tag with jquery

$('media\\:thumbnail');it is called name space the colon thingy and you would need to escape the colon because the colon is also used for things like :empty, :checked etc...

View Article



Reading tag with jquery

I'm using jquery to read rss tags and their contents. Accessing simple tags like <title> is pretty simple:$(this).find('title').text();But the thing is rss feeds have funny tags...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images