Вход Регистрация
Файл: documentation/examples/configure-bounds.html
Строк: 13
<?php
<html>
  <
head>
    <
script type="text/javascript" src="../assets/jquery.js"></script>
    <
script type="text/javascript" src="../../jcolor.js"></script>
    <
link rel="stylesheet" type="text/css" href="../../jcolor.css">
    <
style type="text/css">
    .
my-container {
      
positionrelative;
      
width400px;
      
height150px;
      
border1px solid gray;
    }
    .
color-picker {
      
positionabsolute;
      
right10px;
      
bottom10px;
    }
    </
style>
  </
head>
  <
body>
    <
div class="my-container">
      <
div class="color-picker"></div>
    </
div>
    <
script>
      $(
'.color-picker').colorpicker({
        
color: { r0.3g0.75b0.72a0.5 },
        
boundingElement: $('.my-container'),
      });
    </
script>
  </
body>
</
html>
?>
Онлайн: 0
Реклама