Created
August 30, 2009 19:40
-
-
Save web-zen/178099 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
| console.log(jsUsers); | |
| //returns Object 12=Abraham,Zac 166=Anderson,James 81=Aubin,Richard blah blah blah............ | |
| How to put it in this format ? | |
| I need a format like: | |
| var users= [ | |
| {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