Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Chained Selects jQuery Plugin 链接几个选择,
我有一个远程链接的下拉菜单,我想在其中选择一个特定的选项。现在它默认为第一个。
任何代码示例表示赞赏。
Ok Guys 解决了我自己的问题,您只需要在 JSON 响应中传递一个带有“已选择”键的附加元素。例如,如果需要默认选择“7 系列”,则如下面的示例所示。
{ "":"--","series-1":"1 系列","series-3":"3 系列","series-5":"5 系列","series-6":"6系列","series-7":"7 系列","selected":"series-7"}