All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.admin.js.common.js Maven / Gradle / Ivy

/***** pagination *****/
$(function(){
	$('.pagination .disabled a').click(function(){
		return false;
	});
/*    $('.sortable').sortable({
        helper: function(e, tr)
        {
            var $originals = tr.children();
            var $helper = tr.clone();
            $helper.children().each(function(index)
            {
                // Set helper cell sizes to match the original sizes
                $(this).width($originals.eq(index).width());
            });
            return $helper;
        }
    });*/
});
/***** pagination *****/




© 2015 - 2024 Weber Informatics LLC | Privacy Policy