{
"": [
{
"id": "5",
"value": "Grimm - S01E01 - Pilot"
},
{
"id": "2",
"value": "The Flash - S01E01 - Pilot"
},
{
"id": "3",
"value": "The Flash - S01E01 - Pilot"
},
{
"id": "4",
"value": "The Flash - S01E02 - Fastest Man Alive"
}
],
"3,4,8,19": [
{
"id": "1",
"value": "La peor decisión (Dual)"
}
],
"4,35,16,24,19": [
{
"id": "7",
"value": "La Isla de la Fantasía (Dual)"
}
],
"4,25,6,16,24,19,22": [
{
"id": "8",
"value": "(4K) La isla de la fantasía (Dual)"
}
],
"4,35,24,22": [
{
"id": "6",
"value": "El Atrapasueños (Dual)"
}
]
}
y utilizo este codigo para poder mostrar el listado
Código Javascript:
Ver original
$("#select_category").change(function() { $("#sort_stream").empty(); $(window.rOrder[$(this).val()]).each(function() { $("#sort_stream").append(new Option($(this)[0].value, $(this)[0].id)); }); $("#sort_stream").trigger('change'); });
y al hacer el select_category me da 1 solo ID y en el json tiene multiples