I have a "questionairre" that is made up of a series of select boxes.
I need to use two properties in the options. For each selected option I need the value (which I know how to get and is working fine) but I also need to store an additional value which represents the id of the specific option in a DB.
One solution would be to put the two values in the "value" property and parse it out, but if there is some other property I can use that might be easier and clearer. Can I add a custom property like databaseId that could be accessed with jQuery?