文档:http://seiyria.com/bootstrap-slider/
源码:https://github.com/seiyria/bootstrap-slider
Bootstrap Multiselect:
文档:http://www.kuitao8.com/demo/20140224/1/bootstrap-multiselect-master/index.html#getting-started
源码:https://github.com/davidstutz/bootstrap-multiselect
文档:http://select2.github.io/examples.html
源码:https://github.com/select2/select2
Chosen:文档:https://harvesthq.github.io/chosen/
源码:https://github.com/harvesthq/chosen
更新选项代码:
$("#areaId").chosen().change(function(evt, params){
console.log(params);
if(params.selected=="all"){
$("option").attr("selected","selected");
$("#areaId").trigger("liszt:updated");
}
});
PhantomJS 截图工具
Fiddler 抓包工具说明:http://www.cnblogs.com/yyhh/p/5140852.html
Bootstrap Dual Listboxhttps://www.virtuosoft.eu/code/bootstrap-duallistbox/
multiSelect:http://loudev.com/#home
51CT0下载:http://down.51cto.com/