Tag: json

使用JQuery搜索JSON对象

我有以下JSON对象。 使用JQuery我需要找到以下值: summary.nameValues.ID和detail.TypedNameValues.size 有人可以说明如何使用JQuery实现这一目标? [ { “path”: “\\Users\\john.smith\\test”, “summary”: { “NameValues”: [ { “Name”: “Id”, “Values”: [ “232639” ] }, { “Name”: “City”, “Values”: [ “London” ] } ] }, “detail”: { “String”: “some data”, “Result”: 0, “TypedNameValues”: [ { “Name”: “name1”, “Type”: “string”, “Value”: “data here!!” }, { “Name”: “size”, “Type”: “long”, “Value”: “434353” […]

如何使用jQuery在数据中使用@#标签读取JSON数组,

{ “locenter”: [ { “loname”: { “@empid”: “1001”, “#text”: “FE1” }, “centers”: [ { “@id”: “0000100001”, “#text”: “dcgiDal” } ] }, { “loname”: { “@empid”: “1002”, “#text”: “FE2” }, “centers”: [ { “@id”: “0000300006”, “#text”: “dcgiDah” }, { “@id”: “0000100006”, “#text”: “dcgiDau” } ] } ] }

使用本地json文件的jQuery自动完成?

我正在尝试创建一个使用本地json文件的jQuery自动完成小部件。 我的索引页面的代码如下: – Demo Address: $(function() { //autocomplete $(“.auto”).autocomplete({ source: data.json, minLength: 3, delay: 0, }); }); 然后我有一个单独的文件,我称之为data.json,包含以下代码: – [ {“label”:”Aragorn”, “actor”:”Viggo Mortensen”}, {“label”:”Arwen”, “actor”:”Liv Tyler”}, {“label”:”Bilbo Baggins”, “actor”:”Ian Holm”}, {“label”:”Boromir”, “actor”:”Sean Bean”}, {“label”:”Frodo Baggins”, “actor”:”Elijah Wood”}, {“label”:”Gandalf”, “actor”:”Ian McKellen”}, {“label”:”Gimli”, “actor”:”John Rhys-Davies”}, {“label”:”Gollum”, “actor”:”Andy Serkis”}, {“label”:”Legolas”, “actor”:”Orlando Bloom”}, {“label”:”Meriadoc Merry Brandybuck”, “actor”:”Dominic Monaghan”}, {“label”:”Peregrin […]

使用Ajax的Weather Underground API

我应该使用Ajax和JSON创建一个带有Weather Underground API的应用程序,但实际上没有太多关于如何去做的方向。 如果我能看到代码的完整版本,那么我就知道如何开始。 这就是我学习的方式。 我对JSON有点了解,但我不确定我的下一步是什么。 这是我的代码: Weather API App Your Awesome Forecast Page Weather Conditions Forecasts Contact Current Conditions Your Hourly 1-day forecast Your 7-day forecast @charset “UTF-8”; /* CSS Document */ body{ font-family: Arial, Helvetica, sans-serif; background-color:darkblue; } #container{ width: 90%; margin: 0 auto; } /*Header ——————————*/ header { border-top-left-radius: 10px; border-top-right-radius: 10px; […]

你如何在jQuery 1.9.1中使用$ .parseJSON?

我正在使用此函数来测试JSON对象的有效性: function is_JSON( test ) { try { var c = $.parseJSON( test ); } catch (e) { return false; } return true; } 你可以看到它在这里工作得很好,使用jQuery 1.8.3 … http://jsfiddle.net/xZYVY/ …但是如果你切换到jQuery 1.9.1,这不起作用! http://jsfiddle.net/xZYVY/1/ 我错过了什么? 有没有更好的方法来测试有效的JSON?

SyntaxError:JSON.parse:JSON第1行第2列的意外字符

我需要将此div附加到另一个div,但它给了我这个错误: SyntaxError:JSON.parse:JSON数据的第1行第2列的意外字符 这是我的javascript代码: var str = {‘message’: message,’text’: text}; $.ajax({ type: “POST”, url: “api/reply”, data: str, dataType: “json”, cache: false, success: function(response) { var respons = jQuery.parseJSON(response); var type = respons.status if (type == ‘success’) { $(“”).html(respons.message).appendTo(“#messages”); } else { toastr.error(respons.message) } } })

使用JS定位类名迭代

我试图将JSON数据解析为类名“slide_content”的特定迭代 得到这样的东西: slide_content[0] 但是JS没有提供getElementByClass()选择器。 有问题的API数据在这里: 将Straight JS转换为JQuery 干杯! 迈尔斯

jQuery undefined从json文件返回

我正在尝试从json获取一个数组但是当我尝试获取该数据时它返回’undefined’ 这是我试图获取数据的地方: $.getJSON(‘saveGames/userID’ + userID + ‘_SAVEALPHA.json’, function(data) { console.log(“Got data from saveJSON: ” + data); var testVar = jQuery.parseJSON(data); console.log(testVar); playersPokemon = testVar.pokemon; console.log(testVar.pokemon); console.log(“Players Pokemon: ” + playersPokemon); }); json文件(由PHP生成) “[{\”userID\”:\”1\”,\”saveName\”:\”h\”,\”pokemon\”:[\”Pikachu\”,\”Charmander\”]}]” 我使用了jsonvalidation器来检查这个文件,它没问题。 我试图用jQuery访问这个json文件(如果你不知道)。

jqGrid使用json调用WebService(asmx)

我有一个jqGrid设置,使用application / json的内容类型发布到URL: $(“#jqCategoryGrid”).jqGrid({ datatype: “json”, mtype: ‘POST’, url: “Webservices/TroubleTicketCategory.asmx/getCategoryData”, ajaxGridOptions: { contentType: ‘application/json; charset=utf-8’ }, // **UPDATE – This is the fix, as per Oleg’s response** serializeGridData: function (postData) { if (postData.searchField === undefined) postData.searchField = null; if (postData.searchString === undefined) postData.searchString = null; if (postData.searchOper === undefined) postData.searchOper = null; //if (postData.filters === […]

使用JSon获取Facebook状态更新

对于我目前的大学项目,我需要获取公共Facebook状态更新,其中人员将消息命名为最佳状态,并且最好能够将其打印在安装件中。 我已经环顾了一下但并没有完全得到它。 我已经查看了本书的开源代码,但这似乎并不完全是自我解释的。 我知道我需要使用JSon并使用https://graph.facebook.com/search?q=QUERY&type=post&fields=id,name,message,picture将显示所有Facebook状态’与该搜索词呈现此: { “data”: [ { “id”: “1004039579_403516679661483”, “name”: “Donna Durbin’s Photos”, “message”: “DUMPED at 14!!! I can’t imagine what is going through his head poor oh boy Thank God I don’t work in a shelter I would be in jail already…Let’s HELP this Senior find his FINAL home to rest…plse plse p […]