标题说明了我要做的事情。
我有一个控件('#dropdown')就是它的值:
value="{"enabled":true,"logEntries":[],"selectedIndex":8,"selectedText":"Option2","selectedValue":"250"}"
我正试图从“selectedValue”字段中拉出“250”。
不幸的是,做$('#dropdown')。val给我上面的字符串作为它的值。
有没有办法拉出“selectedValue”,或者这是我需要解析的东西?
希望在我进行解析方法之前找到这里。
提前致谢。
答案 0 :(得分:0)
After viewing this Telerik forum, it turns out that "selectedValue" cannot be extracted a single value. The solution, instead, was to use a regular ASP dropdownlist to produce the value I need.