jquery解析数据并构造html

时间:2013-10-30 09:51:08

标签: jquery json parsing

我正在尝试解析此JSON并从中提取所有数据。我不是解析它的专家,如果有人能提供帮助会很好吗?

http://jsfiddle.net/NJMyD/1044/

HTML

 <div class="items">
      <div class="item">
        <a href="#">
          <figure>
            <span><img src="" /></span>
            <figcaption>
              <h2 class="pod-title">
                <em data-title="Title of Show"></em>
              </h2>
              <p class="subtitle"></p>
            </figcaption>
          </figure>
        </a>
      </div>
    </div>

1 个答案:

答案 0 :(得分:0)

好的,你的代码中有很多错误的东西({1}}中的内容应该是什么?,strsrc在JSON对象中不存在等等。 )。

以下是修改后的脚本,它返回所有url

object.href

PS:你必须使用JSONP数据类型进行跨域ajax查询!