JQuery 绑定select标签的onchange事件,弹出选择的值,并实现跳转、传参
js 处理 select :选中,删除,更改等
http://blog.csdn.net/wust_star/article/details/8234946
jquery操作select(增加,删除,清空)
http://huapengpeng1989412.blog.163.com/blog/static/58828754201342841940720/
jQuery获取Select选择的Text和Value:
?
1 2 3 4 5 6 7 8 9 |
|
jQuery添加/删除Select的Option项:
?
1 2 3 4 5 6 7 8 9 10 11 |
|
内容清空:
?
1 |
|