?AlkantarClanX12

Your IP : 216.73.217.138


Current Path : /home/rankinh/lynkandco/wp-content/plugins/yith-woocommerce-compare/assets/js/
Upload File :
Current File : /home/rankinh/lynkandco/wp-content/plugins/yith-woocommerce-compare/assets/js/woocompare-admin.js

jQuery(document).ready(function($) {

    $( ".attributes .fields" ).sortable({
        cursor: "move",
        scrollSensitivity: 10,
        tolerance: "pointer",
        axis: "y",
        stop: function(event, ui) {
            var list = ui.item.parents('.fields'),
                fields = new Array();
            $('input[type="checkbox"]', list).each(function(i){
                fields[i] = $(this).val();
            });

            list.next().val( fields.join(',') );
        }
    });

});