0
votes
3answers
46 views

Multi Level JSON with jQuery

I am trying to create some json that is a few levels deep, and I am having trouble in 2 places. The first, is getting the format correct. I also want to add a "level_two" to the data set. The second ...
0
votes
0answers
25 views

print and restrict a checkbox list with a combobox

I code my html page with JSTL what i want to achieve : combobox {value1; value2; ...} checkbox {value_check1; value_check2; ..} values from the checkbox come from a Database through a dao ...
-1
votes
0answers
10 views

Linking my HTML page with my node.js server and MongoDB

I've been working on a very basic commenting system with a NoSQL database. I am utilizing Node.js with a RESTful API linked in. With Mongoose I can connect this to my mongodb database, and through the ...
1
vote
4answers
82 views

Ordering results in JSON variable by integer

I am building a jQuery search suggestion script based upon two Google API's. Each API outputs a "relevance" integer (which I am returning next to each item to demonstrate) and I want to be able to ...
0
votes
1answer
34 views

Submit a form without reloading of document

Having a sign-in form coded in HTML5, once submit button is pressed, what is an optimal way to ask server to check credentials without reloading a document? May I use script to ask server to validate ...
0
votes
1answer
22 views

How to send JSON data in an Ajax request?

what would be the best way to send string (unicode text) & array-of-string data (several hundreds characters, for now formatted as a single Json object) from an HTML page to a PHP server document ...
0
votes
2answers
18 views

JSON.stringify output to div in pretty print way

I JSON.stringify a json object by result = JSON.stringify(message, my_json, 2) The 2 in the argument above is supposed to pretty print the result. It does this if i do something like ...
0
votes
2answers
33 views

Can't get json parameter to Jeresey @POST / GET

we are using dynamic web app with jersey, the client is android mobile using phonegap jquerey and java scrpit. when the user sending post the web server is getting the request but don't see any ...
0
votes
3answers
39 views

adding text using ajax call from json string

I'm a bit new to ajax and my javascript isn't to shabby I'm having a difficult time figuring this out. I'm trying to add values from a JSON string located on a separate url to my html code through an ...
0
votes
1answer
16 views

Restrict file type in the window?

<input name="uploadJsonFile" type="file" id="uploadJsonFileID" accept=".json"> I am using HTML file type element to upload a file. When i click on "choose files" button, a window is getting ...
0
votes
2answers
41 views

execute complex javascript/jquery/json from a html checkbox

OK so I am hopping this is a simple issue that I am over complicating things... So I have a complex json/jqurey function (3000 lines) that builds a DOM tree that resides in called js file that has a ...
-4
votes
2answers
54 views

How to work with large files through JSON and PHP [closed]

This is a programming logic question. How is millions of data best handled and processed? This question is getting down voted quite a bit. However I do believe that logic is a very important part ...
0
votes
1answer
27 views

Can somebody help me change the opacity of the Google Dictionary Extension for Chrome?

I've tried going through the CSS, HTML, and Javascript files in the extension but nothing I try seems to work. I have very little experience with CSS, HTML, and Javascript, so I was wondering if ...
0
votes
0answers
30 views

indexing Json and Atom from googleapi and twitterapi in solr

I am an intern building a search engine for my company. This search engine should search for data using different APIs in addition to a web crawler and then index the returned data. I thought about ...
0
votes
0answers
64 views

is there any issues with getting HTML by java with linux?

I'm trying to get a webpage's HTML using Java. I have the code for doing it and it has been working but some of my clients are having problems and it seems to only be happening on a Linux server. Is ...
1
vote
1answer
65 views

Use Knockout.js to generate table content according to the combobox choose

I would like to have a combobox button (controled by Knockout JS) which defines the content of a HTML table. I've tried to build this in jsfiddle unsuccessfully. HTML: <br>Groups: <br> ...
0
votes
3answers
72 views

How to access the JSON's multi-level objects with jQuery [duplicate]

In CodeIgniter, in PHP to create a nested-like elements for dropdown <select> I'am using this function: function list_categories(&$result, $cats, $sub = ''){ // <- THIS ...
0
votes
1answer
72 views

Django/Python control: “if form.is_valid ():” is equal to false if the form has an input type “button”

I don't understand why if I have in my html page in a form: <input type="submit" class="btn btn-small btn-primary" id="execute" value="Esegui">` then the form is valid otherwise if I put a ...
0
votes
1answer
51 views

load images in ascending order by id

I am reading Images by json . i have total 16 images .. i want to read images by Ascending order like . id1,id2,id3 and so on . Currently they are loading in descending order ...
1
vote
2answers
30 views

Not getting data from JSON file

I am executing this code: var element=null; $.ajax({ type: 'GET', async: false, url: "C:\Users\myDir\Desktop\Project\jsonfile.json", dataType: 'json', success ...
0
votes
1answer
25 views

Reading return data from php json_encode

I'm trying to read the data sent back to my ajax request from the server. I echo back an array then I want to read each value and place it on the desired place on the page. I'm not sure how to work ...
1
vote
2answers
76 views

Getting CSS data from file using jquery

I want jQuery to select a background-color from a css class which isn't in the document (although the hover uses the same color). This is the code I've got at the moment: <a id='changetext1'> ...
-1
votes
2answers
33 views

List like container in html/javascript which is populated through csv/json [closed]

I am new to web development. I am trying to create a webpage with a list-like container which lists all *.html files contained in a directory. And a mouse click on one of these listed names displays ...
0
votes
1answer
34 views

Parse JSON File for Option in HTML select box

I'm doing PhoneGap project for my company.. Here goes on.. I have json file named city.json [{"CityID":1,"CityName":"Magelang"},{"CityID":2,"CityName":"Jayapura"},{"CityID":3,"CityName":"Aceh"}] I ...
-3
votes
1answer
40 views

Convert back string from JSON.stringify to array [duplicate]

Is it possible convert string from JSON.stringify back to Array?
0
votes
1answer
51 views

Unable to parse json response in Sencha application

I want to learn how to develop mobile application. So I started using Sencha framework. I downloaded the sample application from here. When I run from localhost application, I don't see the list ...
0
votes
1answer
46 views

Why are my tab contents not refreshing?

I have a page with several tabs on it. When the user enters a value in a text input and then mashes a button, I want to replace the contents on a particular tab. I have this code (some of the details ...
0
votes
2answers
58 views

Convert JSON (with so many/undetermined childrens) to HTML list

I have a JSON like this: { "name":"Tree", "id":"999999", "is_open":true, "children": [ { "name":"Tree Step 1", "id":"1", "is_open":true, "children":[ { ...
1
vote
2answers
104 views

jquery dropdown selected values

I have a group of sequential drop downs that populate depending on selections from the previous drop down. Now once the third drop down has a chosen value, <option> by the user, that value is ...
3
votes
3answers
84 views

Url format in a json query string

In jQuery.getJSON it says: Data that is sent to the server is appended to the URL as a query string What is the format of this string? I see a url of this format coming from such a jquery ...

1 2 3 4 5 37
15 30 50 per page