1
vote
2answers
36 views
Why can't I replace the URL of these incoming JSON'd images?
So I've got this JS code that pulls JSON from a php file. That works. What I'm trying to do is change JSON values before they're put into the DOM to replace image URLs with lower-res images. You'll ...
0
votes
0answers
20 views
Error Access forbidden
i encounter error on my php and i dont know what it is... it says "Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the ...
2
votes
4answers
238 views
$.ajax POST call to ServiceStack webservice, parameter not arriving
I am trying to learn how to program a web service with ServiceStack and call it via ajax in JavaScript. I did this by watching the pluralsight movies and I think I almost figured it out how to do that ...
0
votes
1answer
27 views
move data from table1 to table 2 using jquery
I have a question. I tried to implement to display data in a table with the button click. Now I am trying to move the data from the table to the below the continue table. In this code, when I enter ...
0
votes
1answer
21 views
Changing the tabular data to another table using jquery
I tried to implement to display data in a table with the button click. Now I am trying to move the data from the table to the below the continue table. In this code, when I enter the input value from ...
-1
votes
2answers
121 views
How can I get an array to present cleaner?
I have a form that I created that I want to populate certain sections of a bit of pre-written code with the inputs from the form.
The Javascript is as follows
$.fn.serializeObject = function(){
var ...
0
votes
2answers
77 views
+100
TypeError in cause of cycle when using JSON.stringify()
I have an JavaScript Object I want to serialize as a String:
key {...} Object
mandant "00001" String
personalNummer 600235 Number
First I ...
0
votes
2answers
43 views
Reordering an object in javascript using underscore
I have json that looks like this (copied from dev tools inspector)
salePurchases
salesPeriods: Array[2]
0: Object
data: Array[5]
0: Object
1: Object
2: Object
...
0
votes
1answer
49 views
javascript return statement not working [duplicate]
I have a bug where my code won't exit my routine. I'm using a return statement... but it doesn't seem to be working.
I have the following code inside a click event:
$.getJSON(
...
7
votes
4answers
19k views
Remove json element
I want to remove JSON element or one whole row from JSON.
I have following JSON string:
{
"result":[
{
"FirstName": "Test1",
"LastName": "User",
},
{
...
3
votes
3answers
2k views
JSON formatter lib
I'm looking for a way to format (as in whitespace, newlines where suitable) a JSON result so that I can display the actual result but well formatted.
$.ajax({
url: "/Home/Send",
...
1
vote
4answers
74 views
how to format jquery script to production?
I have my json script that gets my categories and puts that into a nivo slider. Works well.
(function() {
var url = 'http://my url.com/blog/?category=gw-preview&format=json&callback=?';
...
-3
votes
0answers
33 views
URL and JSON error [on hold]
This is my cod ajax that sent one URL for geting one JSON, but i have this error
Error in query: Internal error Failed to execute SQL query. mySQL error message: Table 'XXX.undefined' doesn't ...
-6
votes
0answers
38 views
How can I convert an excel file to json by using javascript or java?
How can I convert an excel file to json by using javascript or java?
I have found this code below.However, I couldn't run it. I don't know which libraries I must use. I download json-simple and poi ...
0
votes
0answers
19 views
wordpress mobile applications with phonegap
I'm reading this tutorial and I'm having some problems with the examples... I tried to run the examples in localhost but I'm encountering with some errors and really don't know what could it be. I ...