UNPKG

weblab-instrument

Version:
37 lines (35 loc) 1.06 kB
<!DOCTYPE html> <html> <head> <title>Hello World!</title> <script src="js/jquery/jquery.js"></script> <script src="js/jquery/jquery.min.js"></script> <script src="react/react-0.13.3.js"></script> <script src="semantic/dist/semantic.min.js"></script> <link rel="stylesheet" href="semantic/dist/semantic.min.css"> <link rel="stylesheet" href="css/app.min.css"> <script src="js/jquery.knob.min.js"></script> </head> <body> <div id="app-view"></div> <script src="js/app.min.js"></script> <script type="text/javascript"> $(document) .ready(function(){ $('.ui.menu .dropdown') .dropdown({ delay: { show : 100, hide : 300, touch : 50 }, transition: 'drop', // onChange:function(value, text, $choice){ // console.log(value); // }, on: 'hover' }); }); </script> </body> </html>