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.
我已经使用 jQuery 脚本在客户端填写了我的下拉列表。
但是,在回发时,下拉列表的选定值不会得到维护。
如何将所选值设置为服务器端的下拉列表或者是否可以在客户端...
我正在动态创建我的下拉列表,我的下拉列表是一个服务器端控件。
在客户端:
设置值$("#the_select").val(the_value);
$("#the_select").val(the_value);
获得价值$("#the_select").val();
$("#the_select").val();