Current File : //var/tiffanylin/lef/wp-content/plugins/tablepress/admin/js/export.min.js
jQuery(document).ready(function(a){"use strict";a("#tablepress-page").find("form").on("submit",function(){var b=a("#tables-export").val(),c=b?b.length:0;return 0===c?!1:(a("#tables-export-list").val(b.join(",")),void a("#tables-export-zip-file").prop("disabled",!1))}),a("#tables-export-format").on("change",function(){var b="csv"!==a(this).val();a("#tables-export-csv-delimiter").prop("disabled",b),a("#tables-export-csv-delimiter-description").toggle(b)}).change();var b=!1;a("#tables-export-zip-file").on("change",function(){b=a(this).prop("checked")}),a("#tables-export").on("change",function(){var c=a(this).val(),d=c?c.length:0,e=d>1;a("#tables-export-zip-file").prop("disabled",e).prop("checked",e||b),a("#tables-export-zip-file-description").toggle(e),a("#tables-export-select-all").prop("checked",0===a(this).find("option").not(":selected").length)}).change(),a("#tables-export-select-all").on("change",function(){var b=a("#tables-export");b.find("option").prop("selected",a(this).prop("checked")),b.change()}),a("#tables-export").focus()});