Created
August 30, 2009 18:46
-
-
Save web-zen/178076 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bla has this Object | |
Object 12=Smith,Zac 166=Jones,James | |
How to transform it to: | |
var myUsers= [ | |
{value:'12',label:'Smith,Zac'}, | |
{value:'166',label:'Jones,James'}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment