You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
378 B

var currency_arr = [ { "id": 1, "shortName": "USD", "fullName": "United States Dollar","flagid":"us","selected":1},
{ "id": 2, "shortName": "EUR", "fullName": " Euro" ,"flagid":"eu","selected":0},
// Here you can add as much as currency list and pass selected 1 which you want to defaul selected
];