<ins id="fdirs"></ins>
    <kbd id="fdirs"></kbd>
      <output id="fdirs"><track id="fdirs"></track></output>
      1. <tr id="fdirs"><small id="fdirs"></small></tr>
      2. <menuitem id="fdirs"><video id="fdirs"></video></menuitem>

      3. <output id="fdirs"></output>
        <code id="fdirs"><option id="fdirs"></option></code>

        云南網站建設創新企業 昆明多彩網絡公司

        在線qq:540105663

        Jcrop(圖片裁剪)中文文檔手冊

        來源:昆明網站制作 日期:2010-07-06 閱讀: 發表評論

        Jcrop是一款jquery圖片裁剪插件,可以實現圖片在線裁剪,達到和圖像軟件處理的效果,界面和操作也相當的人性化,只需要拖曳鼠標即可完成,部署到服務器也非常簡單,本文是Jcrop的中文文檔手冊

        多彩科技原創翻譯,轉載請注明出處:http://www.xiuprinter.com

        Jcrop是一款jquery圖片裁剪插件,可以實現圖片在線裁剪,達到和圖像軟件處理的效果,界面和操作也相當的人性化,只需要拖曳鼠標即可完成,部署到服務器也非常簡單,在網站建設過程中輕易美化表單,并且改善用戶體驗,本文是Jcrop的中文文檔手冊。

        入門
        下載當前版本
        •放到頁面相應的位置
        •同時也需要加載jquery

        加載順序
        •jQuery.js
        •Jcrop.js
        •Jcrop CSS樣式
        如:
        <script src="js/jquery.pack.js"></script>
        <script src="js/jquery.Jcrop.pack.js"></script>
        <link rel="stylesheet" href="css/jquery.Jcrop.css" type="text/css" />
        注意:你也可以調整成其他的位置

        調用
        假如:<img src="flowers.jpg" id="cropbox" />
        編寫以下腳本
        <script language="Javascript">
        jQuery(function() {
        jQuery('#cropbox').Jcrop();
        });
        </script>
        Jcrop就可以激活了

        事件處理
        Jcrop有2個主要的事件處理程序 onChange 和 onSelect.
        onSelect callback 選擇完成后調用
        onChange callback 選框移動(或者說改變)時調用
        定義一個事件出來函數
        <script language="Javascript">
        function showCoords(c)
        {
        // variables can be accessed here as
        // c.x, c.y, c.x2, c.y2, c.w, c.h
        };
        </script>
        然后附加上去
        <script language="Javascript">
        jQuery(function() {
        jQuery('#cropbox').Jcrop({
        onSelect: showCoords,
        onChange: showCoords
        });
        });
        </script>
        這是一個標準的jquery語法,注意最好一個屬性后面沒有逗號

        設置選項
        參數名稱 類型 描述 默認
        aspectRatio decimal 設定寬高比 n/a
        minSize array [ w, h ] 設置最小尺寸 n/a
        maxSize array [ w, h ] 設置最大尺寸 n/a
        setSelect array [ x, y, x2, y2 ] 設置一個初選框的位置 n/a
        bgColor color value 設置背景容器顏色 'black'
        bgOpacity decimal 0 - 1 設置當圖像被裁剪選框外的透明度 .6
        如:
        <script language="Javascript">
        jQuery(function() {
        jQuery('#cropbox').Jcrop({
        onSelect: showCoords,
        bgColor: 'black',
        bgOpacity: .4,
        setSelect: [ 100, 100, 50, 50 ],
        aspectRatio: 16 / 9
        });
        });
        </script>

        注意

        •Text 必須有引號
        •其他就不要有引號
        •最后一個參數后面沒有逗號

        發表評論評論列表(有 條評論)

        相關文章:
        暫無相關文章
        最熱文章:
        新手怎么制作網頁? 閱讀:7660
        jcarousellite中文文檔 閱讀:6507
        表單元素input、按鈕、文字完美垂 閱讀:6247
        怎么使chrome(谷歌google 閱讀:6145
        phpMailer中文文檔手冊 閱讀:4639
        久久精品国产只有精品96|免费人成视在线观看不卡|中文字幕乱码人妻无码久久麻豆|日韩免费精品 无码一区不卡
          <ins id="fdirs"></ins>
          <kbd id="fdirs"></kbd>
            <output id="fdirs"><track id="fdirs"></track></output>
            1. <tr id="fdirs"><small id="fdirs"></small></tr>
            2. <menuitem id="fdirs"><video id="fdirs"></video></menuitem>

            3. <output id="fdirs"></output>
              <code id="fdirs"><option id="fdirs"></option></code>