TrainingScript.js is jason file.
I able to find the object and i able to get id,TP_Name but we can't able to 
retrive plannedSessions value to insert , update and delete

        {
            id:"te",
            TP_Name: "Junior 18s",
            TP_Description: "Training plan targetted Junior 18 girls 
section of the club aspiring to be National champins and International 
representitives",
            plannedSessions: [
                {
                    name: "500m intervals",
                    description: "Intensive session of 500m pieces. Full 
recovery between pieces. Quality important",
                    duration: "1:30",
                    date: "14/4/2013",
                    time: "19:00",
                    location: "Islandbridge, Dublin"
                },
                {
                    name: "1000m intervals",
                    description: "Session of 1000m pieces. Full recovery 
between pieces. Quality important, Practise of race piece throughout",
                    duration: "1:30",
                    date: "15/4/2013",
                    time: "19:00",
                    location: "Islandbridge, Dublin"
                }

            ]
        }


________________________________________________________
  jQuery.getJSON("/TrainingScript",

                                    function(data) {
                                                                                
      
drawTable(data);
                                    });

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to