Reputation: 439
Is there an existing implementation of a form element which looks like
Can this be made using jQuery UI?
Upvotes: 1
Views: 375
Reputation: 82614
Yes, slider
$( ".selector" ).slider( "option", "orientation", 'vertical' ) .bind("slidechange", function(event, ui) { // update y });
Then make one with default orientation and update x