Imagine I have array as below
myArray holds two values as
0: <maintenanceshortterm type="System.Int32">1111</maintenanceshortterm>
1: <maintenanceshortterm type="System.Int32">1234</maintenanceshortterm>
I want to retrieve the values 1111 and 1234 using jQuery/JS only.
Please please help me how I can retrieve values like that? You can probably guess that that values inside the array are actually coming through xml.