1. 程式人生 > >django添加控件

django添加控件

bin option ons style select append move col cls

        function bindRemoveCls() {
            $(‘#removeCls‘).click(function () {
                var options = $(‘#sel‘)[0].selectedOptions;
                while(options.length>0){
                    $(options[0]).appendTo(‘#none‘);
                }

            })
        }

django添加控件