šŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A jQuery UI widget for selecting angles.JavaScript and CSS is based on LayerStyles.

jQuery UI Plugins

Documentation

UI Anglepicker

A jQuery UI widget for selecting angles.

JavaScript and CSS is based on LayerStyles

$("#element").anglepicker({     start: function(e, ui) {      },     change: function(e, ui) {         $("#label").text(ui.value)     },     stop: function(e, ui) {      },     value: 90 });  $("#element").anglepicker("value", 50); 

You May Also Like