Tag: json

Html表到json数组

我有动态行和列的表,我试图通过循环每个tr和td并在文本框中查找值但是没有运气将HTML表转换为Json。这是我的js代码。 $(“#btn_Table2Json”).click(function () { var rows = []; $(‘table.dynatable tbody tr’).each(function (i, n) { var $row = $(n); if (n.className.toUpperCase() != “Prototype”.toUpperCase() && n.className.toUpperCase() != “Header”.toUpperCase()) { $(‘table.dynatable tbody td’).each(function (j, d) { rows.push({ //Here id,Name,Address,Contact are dynamic.so need to find it inside of ‘th’ of table. //but i am not being able to find […]

$ .ajax ColdFusion cfc JSON Hello World

我尽可能地简化了这个例子。 我有一个远程function: SELECT PersonID,FirstName,LastName FROM Person 使用jQuery $ .ajax方法,我想制作一个无序的每个人列表。 google.load(“jquery”, “1”); jQuery(function($){ $.ajax({ url: “Remote/Person.cfc?method=Read&ReturnFormat=json”, success: function(data){ var str = ”; // This is where I need help: for (var I=0; I<data.length; I++) { str += '’ + I + data[I][1]+ ” } str += ”; $(‘body’).html(str); }, error: function(ErrorMsg){ console.log(“Error”); } }); }); 我丢失的部分是我循环数据的地方。 […]

使用getJson()将Json字符串传递给JQuery

对于JSON和jQuery都是新手,但这是我想要做的 – 我将JSON字符串作为更大的报表模型的一部分返回到我的网页,以便同时创建多个图表(使用jqPlot )生成报告。 为了练习这些图表,我使用了以下教程 – 教程 这是本教程的jQuery – jQuery(document).ready(function() { urlDataJSON = ‘/Graph/HearthRateDataJSON’; $.getJSON(urlDataJSON, “”, function(data) { var dataLines = []; var dataLabels = “”; $.each(data, function(entryindex, entry) { dataLines.push(entry[‘Serie’]); dataLabels = dataLabels + entry[‘Name’]; }); Plot(dataLines, dataLabels); }); }); function Plot(dataLines, dataLabels) { var line1 = “{ label: ‘line1.0’ }”; options = { […]

使用Jquery提取JSON数据

我有一个json文件存储在静态URL中,我想抓住它并拉动我们的数据对象。 $(document).ready(function(){ $.getJSON(‘https://s3.amazonaws.com/wallyball_production/comedy.json’, function(data){ $(“#content”).html(data); }); }); 这不输出任何东西? 我很快就做到了,不知道为什么我什么都没看到?

Concat第一项数组到第二个数组JavaScript的第一个itiem

我怎样才能更合理地将第一项数组连接到第二个数组的第一个,依此类推? 基本上自动化console.log这里是代码: $(“button#search”).on(“click”, function(){ var inputVal = $(“input#text”).val(); $.getJSON(“https://en.wikipedia.org/w/api.php?action=opensearch&search=” + inputVal +”&limit=5&namespace=0&format=json&callback=?”, function(json) { var itemName = $.each(json[1], function(i, val){ }) var itemDescription = $.each(json[2], function(i, val){ }) var itemLink = $.each(json[3], function(i, val){ }) console.log(itemName[0] + ” ” + itemDescription[0] + ” ” + itemLink[0]); console.log(itemName[1] + ” ” + itemDescription[1] + ” ” […]

从Facebook Graph API中选择JSON中的项目编号

我正在构建一个使用Facebook Graph API的Web应用程序,该应用程序在一个大拼贴中的一个页面上显示您的所有个人资料图片。 我使用以下代码来使用API​​: #images { padding:0; margin:0; overflow: hidden;} #images img { width:200px; height:200px; border:none;} #lists li { display: table;} #lists img { width:200px; height: 200px; } var fburl = “https://graph.facebook.com/733380053/photos?access_token=AAAAAAITEghMBALj91OSuexVZBpZBVH6d4V8VPJtZAKJmm0YzWWUvHe22hxEXZA6MRDqgAwPyCUlqJTufsVbcc2xUw2bEgqQaW3tePkew1QZDZD” $.getJSON(fburl, function(data){ var img = data[“picture”]; $(“#profile”).append(“”+ img +””); }); 但是,我希望能够获得每张图片的图片来源并将其附加到其中 一个HTML img src标记,来自以下示例: data: [{id:10150556838025864, from:{name:, id:693815863}, tags:{,…},…},…] 0: {id:10150556838025864, from:{name:, id:693815863}, […]

在JQuery下拉列表中禁用select2插件

我从json获取值并在弹出窗口中显示它。 我需要禁用我从json获得的选项。 我怎样才能做到这一点? 我试过普通的jQuery,但它不起作用。 我试过残疾,但也没用。 请给出解决方案。

Ajax没有得到PHP方面的响应

在我的注册表单中使用ajax + php。 有2个validation:JS端前端和PHP端后端。 在PHP端创建了一个称为response特殊函数:它将PHP端错误作为JSON数据发送。 问题是我无法从PHP方面得到任何响应。 在firebug中分析页面:获取错误消息responseData is null 。 ( responseData = jQuery.parseJSON(data) ) JS部分看起来像那样 //check the form is not currently submitting if ($(this).data(‘formstatus’) !== ‘submitting’) { var form = $(this), formData = form.serialize() + ‘&formID=’ + form.attr(‘id’), formUrl = form.attr(‘action’), formMethod = form.attr(‘method’); //add status data to form form.data(‘formstatus’, ‘submitting’); if (validate()) { […]

Post Json String get NULL

我已将表单的所有条目转换为对象,然后使用该对象填充它以填充数组: var jsonObj = []; var formData = new FormData(); $(‘[name=”‘+form+'”] *’).not(‘:input[type=file], :input[type=button], :input[type=submit], :input[type=reset], [name=”input_search”]’).filter(‘:input’).each(function(obj, v) { var iObj = {} var input = $(this); var inputname = input.attr(“name”); var val = input.val(); var inputval = val; iObj[inputname] = inputval; jsonObj.push(iObj); }); 后来我尝试使用以下方法将Final数组转换为Json String: jsonData = JSON.stringify(jsonObj); 我得到这个字符串: [{“s-file[]”:”Prueba 3″},{“text_file[]”:”ORT0000133.pdf”},{“idform”:”f-gen-desk”},{“idprocess”:”p-save”}] 我发送给PHP服务器这个,因为我发送其他元素类型文件与formData.append方法: formData.append(‘jsonData’, jsonData); var […]

使用jQuery getJSON进行Intrepreting / Parsing JSON数据

我想使用jQuery getJSON来解释来自JSON feed的数据。 $(function() { $.getJSON(‘http://gdata.youtube.com/feeds/users/raywilliamjohnson/uploads?alt=json-in-script&callback=showMyVideos2&max-results=30’, function(data) { $.each(data.feed.entry, function(i, item) { updated = item.updated; url = item[‘media$group’][‘media$content’][‘url’]; thumb = item[‘media$group’][‘media$thumbnail’][0][‘url’]; numViews = item[‘yt$statistics’][‘viewCount’]; }); }); }); 如何正确解释JSON数据并将变量分配给数据项(例如url,numViews等)? 非常感谢您提供任何帮助。