Please check the previous article Click here to see how we can read the
value which we pass in query string
Now Framing the javascript array Object,
var val = [
{ Id: 1, Image: 'Content/Images/2.jpg', Value:'This is 1 content' },
{ Id: 2, Image: 'Content/Images/2.jpg', Value:'This is 2 content' }
];
Code to read array of object is javascript