My sample array is below, I want to remove key 1 which is having "" value.
var a=[
0: "349,602,317,805,887,810,863,657,665,865,102,624,659,636",
1: ""
]
When i was browsing i found solution like use $.each() and keep condition. But i want to filter in single shot using jquery. Any function is there !!!!