I have an input element with a value that looks like this:
value="{"logEntries":[],"value":"CHCN1","text":"CHCN AAH COMPLETE CARE (CHCN1)","enabled":true,"checkedIndices":[],"checkedItemsTextOverflows":false}"
When I retrieve the value thru jQuery all I get is the first { since its wrapped in quotes... How do I get the entire JSON object??