これはRSSフィードからのxmlファイルのスニペットです
<item>
<title>creamy whites</title>
<description><p><a href="/pin/201606520789168653/"><img
src="http://media-cache.pinterest.com/upload/229261437250994034_0HxSxJNv_b.jpg"
></a></p><p>creamy whites</p></description>
</item>
これは、すでにZRRSfeedにあるコードです。
// Add feed row
html += '<li class="rssRow '+row+'">' +
'<'+ options.titletag +'><a href="'+ entry.link +'" title="'+
feeds.title +'" target="'+ options.linktarget +'">'
+ entry.description +'</a></'+
options.titletag +'>'
今、
私が試し
た範囲内の値entry.decription
を取得したいのですが、、、、(ここでこのコードのいずれかを誤って入力した可能性があります-しかし、それらを試したとき、私はグーグルで次のようなものをチェックしました' getAttribute')そしてそれらのどれも機能しませんでした。src
entry.decription
entry.decription[src]
entry.decription[src].val()
entry.decription->src
entry.decription.attr(src)
entry.decription.getAtrribute("src")