gpt4 book ai didi

javascript - 单击时动态地为每个 id 获取 jquery getjson - ruby​​ on rails

转载 作者:太空宇宙 更新时间:2023-11-04 13:09:49 29 4
gpt4 key购买 nike

您好,我正在使用音乐播放器应用程序,我需要在视频 Controller jquery 中传递对象的 json 值,我的 jquery 代码是

  $("#video-play-button").click(function() {
$.getJSON("../videos.json",function(data){
$.each(data,function(index,video){
as=JSON.stringify(video)
myPlaylist3.add({m4v:$(this).attr("video_url"),title:$(this).attr("video_identifier")});
})
});
});

我的html链接是这样的

<%= link_to 'play' ,  video_path( :id => video.id, :format => :json ) %>

现在我想在 json 中获取 json 值,就像我单击 x 视频“../videos/x.json”一样,该怎么做?

最佳答案

使用 url 作为 Window.location.pathname 这将给出您必须播放的链接

关于javascript - 单击时动态地为每个 id 获取 jquery getjson - ruby​​ on rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24772505/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com