Click here to Skip to main content
15,890,825 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionloader in js Pin
saibansal3-Mar-13 22:24
saibansal3-Mar-13 22:24 
AnswerRe: loader in js Pin
Joezer BH4-Mar-13 1:28
professionalJoezer BH4-Mar-13 1:28 
GeneralRe: loader in js Pin
saibansal4-Mar-13 18:01
saibansal4-Mar-13 18:01 
AnswerRe: loader in js Pin
Hakan Bulut12-Mar-13 0:29
Hakan Bulut12-Mar-13 0:29 
QuestionLooking for a candian that has regex down for canadian postal codes Pin
jkirkerx3-Mar-13 12:54
professionaljkirkerx3-Mar-13 12:54 
AnswerRe: Looking for a candian that has regex down for canadian postal codes Pin
Peter_in_27803-Mar-13 13:26
professionalPeter_in_27803-Mar-13 13:26 
GeneralRe: Looking for a candian that has regex down for canadian postal codes Pin
jkirkerx3-Mar-13 13:44
professionaljkirkerx3-Mar-13 13:44 
QuestionGetting child json elements Pin
jkirkerx3-Mar-13 9:09
professionaljkirkerx3-Mar-13 9:09 
It's been awhile since I've worked with JSON, I created and element with child elements called result_Error,
and I can't remember how to parse the child elements within. I did validate the JSON below to be correct

So like result_WarningMessage and result_Error is what I want to parse.

{
    "result_StatusCode": 1,
    "result_StatusMessage": "Success",
    "result_WarningMessage": [
        {
            "Message": "Ship To Address Classification is changed from Residential to Commercial"
        }
    ],
    "result_API_Code": "12",
    "result_API_Name": "UPS Three-Day Select®",
    "result_Billing_SurCharge_Value": "$0.00",
    "result_Billing_SurCharge_Currency": "USD",
    "result_Billing_NetCharge_Value": "$8.29",
    "result_Billing_NetCharge_Currency": "USD",
    "result_Billing_Weight_Value": "01",
    "result_Billing_Weight_UnitType": "LBS",
    "result_ShipDate": "",
    "result_DayOfWeek": "",
    "result_DeliveryDate": "",
    "result_Error": [
        {
            "ErrorSeverity": "Hard",
            "ErrorCode": "111211",
            "ErrorDescription": "The requested accessory option is unavailable between the selected locations."
        }
    ]
}

AnswerRe: Getting child json elements Pin
Graham Breach3-Mar-13 10:01
Graham Breach3-Mar-13 10:01 
GeneralRe: Getting child json elements Pin
Garth J Lancaster3-Mar-13 10:26
professionalGarth J Lancaster3-Mar-13 10:26 
GeneralRe: Getting child json elements Pin
jkirkerx3-Mar-13 10:50
professionaljkirkerx3-Mar-13 10:50 
GeneralRe: Getting child json elements [solved] Pin
jkirkerx3-Mar-13 10:48
professionaljkirkerx3-Mar-13 10:48 
QuestionResetting drop downs inside of a div Pin
Aptiva Dave27-Feb-13 11:04
Aptiva Dave27-Feb-13 11:04 
AnswerRe: Resetting drop downs inside of a div Pin
ZurdoDev6-Mar-13 1:24
professionalZurdoDev6-Mar-13 1:24 
Questionhtml5 and java script Pin
Manoranjan Gupta23-Feb-13 2:09
Manoranjan Gupta23-Feb-13 2:09 
AnswerRe: html5 and java script Pin
Richard MacCutchan23-Feb-13 2:16
mveRichard MacCutchan23-Feb-13 2:16 
AnswerRe: html5 and java script Pin
twseitex8-Mar-13 9:12
twseitex8-Mar-13 9:12 
QuestionHigh Stock Pin
bahar_Agi20-Feb-13 8:33
bahar_Agi20-Feb-13 8:33 
AnswerRe: High Stock Pin
Sandeep Mewara20-Feb-13 16:56
mveSandeep Mewara20-Feb-13 16:56 
Questioncopy one file from a folder to another folder with JS Pin
hasThisNameBeen19-Feb-13 22:38
hasThisNameBeen19-Feb-13 22:38 
AnswerRe: copy one file from a folder to another folder with JS Pin
Sandeep Mewara20-Feb-13 17:10
mveSandeep Mewara20-Feb-13 17:10 
GeneralRe: copy one file from a folder to another folder with JS Pin
ZurdoDev21-Feb-13 1:51
professionalZurdoDev21-Feb-13 1:51 
GeneralRe: copy one file from a folder to another folder with JS Pin
Sandeep Mewara21-Feb-13 2:15
mveSandeep Mewara21-Feb-13 2:15 
GeneralRe: copy one file from a folder to another folder with JS Pin
dusty_dex27-Feb-13 14:14
dusty_dex27-Feb-13 14:14 
Questionjavascript Pin
NAVNEET KUMAR SINGH18-Feb-13 18:45
NAVNEET KUMAR SINGH18-Feb-13 18:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.