开发者

Form element with sliders for X, Y axes

开发者 https://www.devze.com 2023-03-19 06:07 出处:网络
Is t开发者_开发技巧here an existing implementation of a form element which looks like Can this be made using jQuery UI?Yes, slider

Is t开发者_开发技巧here an existing implementation of a form element which looks like

Form element with sliders for X, Y axes

Can this be made using jQuery UI?


Yes, slider

$( ".selector" ).slider( "option", "orientation", 'vertical' )
                .bind("slidechange", function(event, ui) {
                    // update y
                });

Then make one with default orientation and update x

0

精彩评论

暂无评论...
验证码 换一张
取 消